May 1, 2024
Updated May 12, 2025
22 minute read
The Model-View-Controller (MVC) is a software architectural pattern that separates an application's logic into three interconnected components: the Model, the View, and the Controller. This separation helps organize code, making applications easier to develop, test, and maintain. Imagine building with LEGOs; MVC provides a structured way to connect different pieces (your code's functions) so that the final creation is robust and can be easily modified or expanded later. This pattern is widely adopted in web development and is a cornerstone for building scalable and manageable applications.
upi5ru|
Find a path to becoming a MVC. Learn more at:
OpenCourser.com/topic/upi5ru/mv
Reading list
We've selected 12 books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
MVC.
Is the definitive guide to Domain-Driven Design (DDD). DDD software development approach that focuses on modeling the domain of a problem in a way that is both accurate and useful. The author, Eric Evans, is the creator of DDD.
Classic work on software architecture. It covers a wide range of architectural patterns, including MVC. The author, Martin Fowler, world-renowned software architect.
Classic work on software development. It covers a wide range of topics, including MVC. The authors, Andrew Hunt and David Thomas, are both experienced software developers and authors.
Provides a comprehensive guide to refactoring code. Refactoring is the process of improving the design of existing code without changing its behavior. The authors, Martin Fowler, Kent Beck, John Brant, William Opdyke, and Don Roberts, are all experienced software developers and authors.
Provides a comprehensive guide to software architecture. It covers a wide range of topics, including MVC. The author, Robert C. Martin, world-renowned software architect and author.
Provides a practical guide to implementing Domain-Driven Design (DDD). DDD software development approach that focuses on modeling the domain of a problem in a way that is both accurate and useful. The author, Vaughn Vernon, leading expert in DDD.
More comprehensive reference for ASP.NET MVC 5. It covers a wide range of topics, including routing, controllers, views, models, and testing. The authors, Adam Freeman and Steven Sanderson, are both experienced ASP.NET developers.
Provides a comprehensive overview of the MVC design pattern, focusing on its application in web development. It covers the benefits and drawbacks of MVC, as well as best practices for implementing it in various programming languages. The author, George Reese, has extensive experience in web development and software architecture.
Practical guide to building web applications using ASP.NET MVC 5. It covers the entire development process, from setting up a development environment to deploying a live application. The authors, Adam Freeman and Steven Sanderson, are both experienced ASP.NET developers.
Practical guide to building web applications using the MVC design pattern. It covers the entire development process, from planning and design to deployment and maintenance. The authors, Jeffrey Palermo and Chipotle Software Consulting, Inc., have extensive experience in web development.
Provides a collection of recipes for solving common problems in ASP.NET MVC 5 development. The recipes are organized by topic, such as routing, controllers, views, and models. The authors, Stephen Walther, Nicolò Carandini, and Timur Guliv, are all experienced ASP.NET developers.
Provides a step-by-step guide to building ASP.NET MVC 5 web applications. It covers the entire development process, from creating a new project to deploying a live application. The author, Rick Anderson, is an experienced ASP.NET developer and trainer.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/upi5ru/mv