What is the purpose of MVC?
I know about little bit of MVC details.why it is used.suggest some simple and understandable tutorials.if any difference uses of mvc.Means i am working in .net Developer.i used asp.net,C#,Javascript,jquery.how mvc will help to works.(sorry For Bad english) :)

Lalit RaghavPosted Jun 13, 2016, 1:43 PM
ASP.NET MVC Web Application Advantages
The ASP.NET MVC Framework is a new framework and have the following advantages over Web Forms approach (means over ASP.Net):
Separation of concern
In ASP.NET MVC the application is divided to Model, View and Controller parts which make it easier to manage the application complexity.
TDD
The ASP.NET MVC framework brings better support to test-driven development.
Extensible and pluggable
ASP.NET MVC framework components were designed to be pluggable and extensible and therefore can be replaced or customized easier then Web Forms.
Full control over application behavior
ASP.NET MVC framework doesn’t use View State or server based forms like Web Forms. This gives the application developer more control over the behaviors of the application and also reduces the bandwidth of requests to the server.
ASP.NET features are supported
ASP.NET MVC framework is built on top of ASP.NET and therefore can use most of the features that ASP.NET include such as the providers architecture, authentication and authorization scenarios, membership and roles, caching, session and more.
URL routing mechanism
ASP.NET MVC framework supports a powerful URL routing mechanism that helps to build a more comprehensible and searchable URLs in your application. This mechanism helps to the application to be more addressable from the eyes of search engines and clients and can help in search engine optimization.
RajaPosted Jun 15, 2016, 1:23 AM
Francis SusaimichaelPosted Jun 14, 2016, 10:21 AM
RajaPosted Jun 14, 2016, 4:21 AM
Vinay SinghPosted Jun 14, 2016, 2:58 AM
Aria JafarianPosted Jun 13, 2016, 10:53 AM
Nitin SontakkePosted Jun 13, 2016, 10:21 AM
Aria JafarianPosted Jun 13, 2016, 9:38 AM
Nitin SontakkePosted Jun 13, 2016, 8:40 AM