Separation of Concerns - how not to do it
2008年06月19日 05:38 • 查看 24 次 • 打印本文
In a recent article on layered LINQ applications in the latest ASP.NET PRO magazine (no link, you have to pay), the author proposes separating your application into three distinct layers: User Interface (UI) layer, Business Logic Layer (BLL), Data Access Layer (DAL). I certainly would have agreed, at least back in 2004 or so.
评论
发表评论