Hi Friends, in this article I will explain about ASP.NET MVC
Tutorial or Intro to ASP.NET MVC 4 or what is MVC (Model – View – Controller).
I will explain in the next articles about MVC4 Razor :Routing or Set StartUp page in MVC4 with example,How to use sessions using C# and MVC4 Razor:How to call Stored Procedure using C#
Model View Controller or MVC as it is
popularly called, is a software design pattern for developing web applications.
A Model View Controller pattern is made up of the following three parts:
Next Chapter >>
Model - The lowest level of the pattern which
is responsible for maintaining data. The Model represents the application
View - The View displays the data .This is
responsible for displaying all or a portion of the data to the user.
Controller - Software Code that controls the
interactions between the Model and View. The Controller handles the input.
The MVC model also provides full control over
HTML, CSS, JQuery and JavaScript.
The below figure shows about MVC
Architecture.
The below figure shows How they work.
No comments:
Post a Comment