Reasons not to use MVC architecture for web application

Posted by jaywon on Stack Overflow See other posts from Stack Overflow or by jaywon
Published on 2010-05-24T03:34:05Z Indexed on 2010/05/24 3:40 UTC
Read the original article Hit count: 405

Filed under:
|

In the past I have primarily built all my web applications using an N-tier architecture, implementing the BLL and DAL layers. Recently, I have started doing some RoR development as well as looking into ASP.NET MVC.

I understand the differences between the different architectures(as referenced by some other SO posts), but I can't really think of any reasons why I wouldn't choose an MVC model going forward.

Is there any reasons/times in your experience when an MVC architecture would not be suitable, or any reasons why you would choose a BLL/DAL architecture instead?

© Stack Overflow or respective owner

Related posts about mvc

Related posts about n-tier-architecture