I write sites on asp.net mvc. In these 16 chapters, I want to tell you how I do it. This is a textbook-reference book of all the knowledge that I have accumulated over three years.
Why choose asp.net mvc
ASP.NET MVC I love because:
This is .net. I know .net and C #.
This is a compiled code.
This is not ASP.NET WebForms, I work with html-code.
Used MVC pattern.
Visual Studio is the most popular development tool with IntelliSense .
Excellent debugging tools.
All this allows me to quickly and competently develop applications. The main thing is fast. ')