Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MVC pattern - explained and applied
Rating: 4.2 out of 5(63 ratings)
234 students

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.
Last updated 5/2019
English

What you'll 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.

Course content

4 sections17 lectures46m total length
  • Welcome1:22

    Welcome to the “MVC pattern” course. I am glad you could come. You will learn about the famous MVC design pattern which stands for Model-View-Controller

  • What is model-view-controller (MVC)?2:57

    Explanation about this software architectural pattern which was introduced into the Smalltalk-76 programming language in the late 70’S.

    Why is the MVC concept important? 

    Why should I use an MVC pattern?

    What are the frameworks based on MVC architecture?

Requirements

  • The student must have basic knowledge in some object-oriented programming language

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.


Who this course is for:

  • 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.