How MVC (ASP.NET MVC) band 3-tier architecture can work together?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-06-15T16:44:58Z Indexed on 2010/06/15 16:52 UTC
Read the original article Hit count: 214

I am writing a design document and people on my team are willing to do the move from ASP.NET WebForm to ASP.NET MVC. This is great, but I have a hard time to understand how MVC workswith in a 3-tier (Data Layer, Business Layer and Presentation Layer) architecture. Can we say that the Model, View and Controller are part of the Presentation Layer? Is the Model part of the Business Layer?

In brief, how MVC and 3-tier architecture can work together? Thanks for the help!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about mvc