📜 ⬆️ ⬇️

ASP.NET MVC. Lesson 0. Introduction

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:



All this allows me to quickly and competently develop applications. The main thing is fast.
')
For the work we need

  1. Visual Studio 2012 with asp.net mvc 4 installed ( 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 Vordov file with all the lessons.

Source: https://habr.com/ru/post/175999/


All Articles