November 2016
Intermediate to advanced
326 pages
6h 1m
English
ASP.NET MVC is an opinionated application development framework that prefers some functionality to be handled in a certain unique way. Let us discuss each of the features of ASP.NET MVC, along with the benefits they bring to the table.
This is a design methodology that significantly reduces the number of decisions while developing the application, and thus making it simpler.
If you have built any application using any technology, you might be using some kind of XML file where you have to configure everything in it. Even for the simpler straightforward things, we might have to configure the things over there.
ASP.NET MVC embraces convention over configuration completely. It is the philosophy where ...
Read now
Unlock full access