- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 95字
- 2025-04-04 16:18:58
Creating Your First Project
Follow this steps to create your first project:
- Open up Visual Studio 2017. Navigate to File | New Project | Web. You'll be presented with this screen:
- Select ASP.NET Core Web Application. Optionally, give a name to your project, or accept the default. Then, click on OK.
- Make sure you select .NET Core 2.0. If it doesn't show up, download .NET Core SDK from https://www.microsoft.com/net/download/ core and restart Visual Studio. Then select Web Application and click on OK.
- Right-click on your project and click on Build. This will restore the dependencies.