Sunday 17 November 2013

ASP.NET MVC Tutorial or Intro to ASP.NET MVC 4 or what is MVC (Model – View – Controller)

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).
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.
"If you like my blog or articles, you can appreciate by leaving your comments or Liking my Facebook pageAspdotnet-kishore, following on Google+ Aspdotnet-Kishore, Twitter  on AspdotnetKishore, Linked in Aspdotnet-Kishore, stumbling my posts on stumble upon and subscribing on  RSSfeed Aspdotnet-Kishore for free updates directly to your Email inbox . Watch my blog  for more articles."

No comments:

Post a Comment

© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.