Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Logical Separatio

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 16 Oct 2009 00:00:00 GMT Indexed on 2010/03/07 23:28 UTC
Read the original article Hit count: 358

Filed under:
In this article we will take the next step in improving this code by further elevating our logical tiers to physical tiers. This simply means that we will create separate assemblies for each of the separate tiers. By the end of this article we will have our web project, a business layer project, domain project, and a data access project.

© Dot net Slackers or respective owner