What is ASP.NET MVC ( Model View Control)?
ASP.NET MVC was first released in 3/ 2009. It shares a common infrastructure with ASP.NET Web Forms, but breaks away from the server control, drag-and-drop paradigm of the web forms world and provides a more natural model for creating Ajax-driven, rich end-user experiences.
ASP.NET MVC is well suited for most web applications, and perhaps the paradigm of choice for all new development. ASP.NET MVC requires that the developer invest time into understanding the Model View Controller (MVC) pattern. Compared to some of Microsoft’s other frameworks, ASP.NET MVC may not be as easy for inexperienced developers to learn.
ASP.NET MVC was first released in 3/ 2009. It shares a common infrastructure with ASP.NET Web Forms, but breaks away from the server control, drag-and-drop paradigm of the web forms world and provides a more natural model for creating Ajax-driven, rich end-user experiences.
ASP.NET MVC is well suited for most web applications, and perhaps the paradigm of choice for all new development. ASP.NET MVC requires that the developer invest time into understanding the Model View Controller (MVC) pattern. Compared to some of Microsoft’s other frameworks, ASP.NET MVC may not be as easy for inexperienced developers to learn.
No comments:
Post a Comment