ASP.NET MVC. Lesson 0. Introduction

  • Tutorial
I am writing sites on asp.net mvc. In these 16 chapters, I want to tell you how I do it. This is a kind of textbook-reference book of all the knowledge that I have accumulated over three years.

Why exactly asp.net mvc

ASP.NET MVC I love because:
  • This is .net. I know .net and C #.
  • This is compiled code.
  • These are not ASP.NET WebForms, I work with html code.
  • The MVC pattern is used.
  • Visual Studio is the most popular development tool that has IntelliSense .
  • Great debugging tools.



All this allows me to quickly and competently develop applications. The main thing is fast.

For work, we need

  1. Visual Studio 2012 with installed asp.net mvc 4 ( http://www.asp.net/mvc/mvc4 )
  2. MS SQL Server for working with the database ( http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx )
  3. Ability to work with Mercurial or Git ( http://habrahabr.ru/post/108443/ )
  4. C # Knowledge


Table of contents



All sources are located at https://bitbucket.org/chernikov/lessons

PS: I want to thank vechernamore and her husband ilyuxa and Sasha Pushkin for proofreading.

https://bitbucket.org/chernikov/lessons/src/f777636121ae734125dc1ceda76bc1cf0792ef4b/asp.net%20mvc.docx?at=default - link to the Word file with all the lessons.

Also popular now: