1. Create a Class library project
Open VS2015, File-"New-" Project:
Note: The project name differs from the solution name. A solution can contain multiple projects. Project template selected with Vnext (icon)!
2. Creating the Console Project
On the "Vnextdemo" solution above, right-click: Add-"New project:
3. Create a Web project
On the "Vnextdemo" solution above, right-click: Add-"New project:
Select a template:
Here the "Empty" template was created, about the second template, followed by the introduction of other knowledge to demonstrate again.
4. Project directory
5. Summary
Currently Vnext also has three project type templates (class library, console, web), where the web has two sets of templates (one empty, one starter).
In the next section, we will cover the knowledge of ASP. NET 5.O and ASP. References. NET Core 5.0.
VS2015 Vnext Learning Series II: Introduction to the project template