Visual Studio 2015 and. NET Core installation tutorial, 2015 and core
Install Visual Studio and. NET Core
1. Install Visual Studio Community 2015, select Community to download and execute the default installation. Visual Studio 2015 installation program Homepage
2. Install. NET Core + Visual Studio. You can download it from windows.
Create a Web application
1. On the start page, click Create Project (or file → create → project)
2. Select the left-side navigation pane. NET Core (if not installed. NET Core + Visual Studio tool does not have this option, just disable VS to install this tool), and then select ASP. NET Core Web Application (. NET Core)
3. Select a Web application
4. Change the options in the authentication (no authentication can be performed by default) to be clear as needed.
5. Determine the solution to be generated
6. Let's see what is different from the previous one.
Model Models, control Controllers, view Views
7. Run it in IIS to check the effect, and then study these things.
Looks advanced. The code is not similar to our previous writing method, so it should be easier to get started.
When we use Core for the first time, we basically organize online materials. I have not studied it before. I hope to study it with you. If there are any errors, I hope you can correct them; if you have any questions, I hope you can give me some advice.
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.