Wednesday, August 15, 2012

MVC 4 .Net


Model View Controller is a design pattern.

MVC applications are divided into three categories.

1.  Model
2.  View
3.  Controller

Model: Responsible for Data related actions. It contains information related with data and validations.

View: View is the HTML UI.

Controller: Will responsible to pass the query from model to view and again. In simple word it contains the information about the code flow. It plays an important role between Model & View.

Features of MVC 4.0
  1.       ASP.NET Web API.
  2.       Refreshed and modernized default project templates.
  3.       New mobile project template.
  4.       Many new features to support mobile apps.
  5.       Enhanced support for asynchronous methods.
  6.       Read the full feature list in the release notes.

ASP.NET Web API
ASP.NET Web API is a framework that makes it easy Build HTTP services that reach a broad range of clients, including browsers and mobile devices.

Before you start, make sure you've installed the prerequisites listed below.

Find new notes about MVC 4.0, Microsoft released, and MVC 4.0 ReleaseNotes of ASP.NET MVC 4.0.
 
For Building More scalable web site. You can Install MVC 4.0 viaweb platform.
  

Some imp links for MVC 4.0 are 




No comments: