Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Logical Separatio
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.