.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Pros and Cons of MVC Model-View-Controller

Pros and Cons of MVC Model-View-Controller

This short video discusses the benefits and drawbacks of using the MVC Model-View-Controller approach versus the web forms. Model–view–controller (MVC) is an architectural pattern used in software development. The pattern isolates “domain logic” (the application logic for the user) from the user interface (input and presentation), permitting independent development, testing and maintenance of each (separation of concerns).