004.Create a web app with ASP.NET Core MVC using Visual Studio on Windows --【在 windows上用VS创建mvc web app】

索引:

目录索引

Create a web app with ASP.NET Core MVC using Visual Studio on Windows

在 windows上用VS创建mvc web app

2017-6-26 1 分钟阅读时长 

This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio.

下面一系列的教程将教会你如何使用VS构建一个基本的asp.net core mvc 程序

1.Getting started

入门

2.Adding a controller

添加一个控制器

3.Adding a view

添加一个视图

4.Adding a model

添加一个数据model

5.Working with SQL Server LocalDB

操作数据

6.Controller methods and views

控制器方法与视图

7.Adding Search

添加搜索

8.Adding a New Field

添加新字段

9.Adding Validation

添加验证

10.Examining the Details and Delete methods

详细页与删除方法

                                         蒙

                                    2017-07-12 09:33 周三

原文地址:https://www.cnblogs.com/Meng-NET/p/7153799.html