(1). Net Project Building

Source: Internet
Author: User

    • 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;

    • Start run:

(1). Net Project Building

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.