Business and data layer in ASP.NET MVC

Posted by Shetty on Stack Overflow See other posts from Stack Overflow or by Shetty
Published on 2010-04-09T10:21:49Z Indexed on 2010/04/09 10:23 UTC
Read the original article Hit count: 205

Filed under:
|

Hi, I am new to ASP.net MVC architecture. I have read in some articles that Model will contain business and data access logic. So does this mean that i have to implement the business and data access layrers in side model folder? And it is obviously not possible to add class libraries (business layer and Data access layer of n tier) in Model folder. SO please let me know how to design business and data layer if i dont want to include my LINQ queries in Controller.

Thanks, Amith

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc