ASP.NET MVC Tutorials

The ASP.NET MVC Tutorials section in the Abundantcode.com will help the developers understand the ASP.NET MVC Framework.

The ASP.NET MVC Tutorials section will explain some of the basic stuffs related to the ASP.NET MVC and also provides sample sourecode , demo explaining the functionality of the MVC Framework.

Any developer who have some basic knowledge of .NET Framework 3.5 and higher as well as Visual Studio 2008 / Visual Studio 2008 / Visual Studio 2012 and ASP.NET will benefit to a greater extent from these tutorials.

What is ASP.NET MVC ?

ASP.NET MVC is a Web development framework for building Web Pages using ASP.NET Framework along with other technologies like HTML, CSS , JavaScript etc.

The developers can build ASP.NET based web applications using one of the below models

  • Web Pages
  • ASP.NET MVC
  • Web Forms

The MVC stands for Model View Controller which provides more control for the developers on the HTML and JavaScript.

The 3 components of ASP.NET MVC includes

  • Model – Handles the logic for the data to be used in the application
  • View – UI for display of data
  • Controller – Handles the interaction between user / view / Model .