We are following N-Tier Architecture pattern for our ASP.NET web apps. We are using these layers DAL,BAL, Business Objects and Common. Now we are moving to ASP.NET MVC4.
- Can we still use these N-Tier architecture with MVC?
- Is that meaningful mixing together?