MVC Getting Started Tutorial

I. Introduction

The following is a foreigner and MVC introductory tutorial I wrote it myself write. I feel very foundation, enough for a beginning. Now organized into a directory, the order does not mean ranking.

Second, I wrote it myself MVC introductory tutorial

1. No nonsense MVC Getting Started tutorial [overview, installation environment, create a project]

2. No nonsense MVC Getting Started tutorial two [first small Demo]

3. No nonsense MVC Getting Started Tutorial three [routing settings, and view entry]

4. No Nonsense Guide entry MVC tetrakis [Layout view used]

5. No nonsense MVC Getting Started Tutorial five [Control View interacting with]

6. No nonsense introductory tutorial six MVC [Model validation rules]

7. No nonsense [Use Control in AOP] MVC introductory tutorial seven

8. No nonsense MVC Getting Started Tutorial eight [using MvcPager paging controls]

9. No nonsense MVC Getting Started Tutorial nine [real one: Register and Log]

10. No Nonsense MVC Getting Started Tutorial ten [combat II: User Management]

11. After a transfer: mvc tab

Third, the Chinese translation of foreigners +

1.Asp.Net MVC4 introductory presentation

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2012/11/01/2749906.html

2. Add a controller

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2012/11/02/2751015.html

3. Add a view

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-view

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2012/11/06/2756711.html

4. Add a model

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-model

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2012/12/17/2821495.html

The access data from the controller model

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/accessing-your-models-data-from-a-controller

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2013/01/11/2855935.html

6. Verify editing method and editing view

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/examining-the-edit-methods-and-edit-view

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2013/01/24/2874622.html

7. Add a new field to watch movies and models

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-new-field-to-the-movie-model-and-table

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2013/02/26/2933105.html

8. Add to the data model checker

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-validation-to-the-model

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2013/03/05/2944030.html

9. query details, and delete records

Original Address: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/examining-the-details-and-delete-methods

Address Translation: http://www.cnblogs.com/powertoolsteam/archive/2013/03/07/2948000.html

Reproduced in: https: //www.cnblogs.com/laomao/p/mvc.html

Guess you like

Origin blog.csdn.net/weixin_33912246/article/details/93410652