Normally while developing ASP.NET applications we follow a layered architecture with the Web/Presentation layer decoupled from the core business logic via the Service Interface.Whereas most of the examples we come across in ASP.NET MVC, the Model (O/R layer) seems to be very tightly integrated with the web application.I just started how I can seperate out [...]
Posts Tagged ‘O/R’
A Layered ASP.NET MVC Application – Part I
Posted: April 12, 2009 in .NET, ASP.NETTags: ASP.NET MVC, O/R, Patterns
5

