MVC pattern - explained and applied

Learn in an easy way the MVC pattern in just 1 hour. All you need to start learning about the MVC frameworks.

Ratings: 3.97 / 5.00




Description

You will learn about the famous MVC design pattern which stands for Model-View-Controller. This pattern is widely used in software engineering and many people talk about it, but few people know how to use it properly. You will learn, in an easy way, the MVC pattern in just 1 hour !

Many programmers still develop software systems without following any pattern or architecture. You will see that the MVC pattern isolates the business logic from the user interface, and makes it easier to manage complexity of application through the separation of concerns.

Several commercial and non-commercial web application frameworks have been created that enforce this pattern, for example: ASP.NET MVC, Apache Struts, Spring MVC, Cake PHP, and many more. Therefore it is very important that you understand the MVC pattern before working with any framework that follows this architecture.

This course was created to be fast, objective and easy to understand. It is not tiresome for students like most of the courses about design patterns.

Get started to learn MVC design pattern today!

  • All videos are in English;
  • All videos contain English subtitles;
  • All source code utilized in this course is available to download.


What You Will Learn!

  • Understand the MVC (Model-View-Controller) pattern.
  • Create your own applications using the MVC pattern.
  • Get the basic knowledge to work with frameworks based on MVC architecture, for example: ASPNET MVC, Apache Struts, Spring MVC, Cake PHP among others.
  • You will see how this pattern is implemented.

Who Should Attend!

  • This course is intended to computer science students, programmers, or simply to those who wish to know the MVC pattern to use it on their own software system design.
  • If you wish to work with the famous frameworks based on MVC, such as ASPNET MVC, Apache Struts, Spring MVC, Cake PHP among others, then you should learn how to work the MVC architecture before you learn these frameworks.