- Installing vs2017 15.3+ versions and. Net Core2.0 Components
- . Net Core Project building and under the. NET Framework are basically consistent; It's just that the references between the previous projects become dependent references, and the action references are all the same.
- Building a Web Application
1. Create a new Web application, and pay attention to choosing. NET Core
2. Select. NetCore2.0 version, established after the establishment of the "flesh"
3.web MVC Project Introduction
As you can see, the project is not much different from the MVC project under the previous. NETFramework, it is important to note that:
Wwwroot is the path to a static file, which is not the same as ASP.
Appsettings.json is the default configuration file, replacing the previous web. config;
Startup.cs is the project initialization class, replacing the previous global;
(1). Net Project Building