- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 150字
- 2021-07-02 20:52:31
Creating ASP.NET Core Project using Visual Studio IDE
We will now create an ASP.NET Core Web API application using Visual Studio 2017 IDE. Ensure this prerequisite before starting:
- Install Visual Studio 2017 (do select the .NET Core SDK options while installation). We will be using the community edition all the way. ASP.NET Core 2.0 Preview 2 is used throughout this book
Let's get started with building the ASP.NET Core Web API step by step:
- Open Visual Studio 2017 IDE, click on New Project to open the project templates dialog.
- Under Visual C# Templates, click on .NET Core, and select ASP.NET Core Web Application as shown in the following screenshot:

Create ASP.NET Core project in Visual Studio 2017 IDE
We can also create an ASP.NET Core web application targeting the full .NET framework by web template under the Visual C# section
- Provide an appropriate project name like MyFirstCoreApi, click on OK.
推薦閱讀
- Java程序設計與開發
- Expert C++
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- C語言程序設計基礎與實驗指導
- Apache Spark 2 for Beginners
- Groovy for Domain:specific Languages(Second Edition)
- Web Application Development with MEAN
- Learning Network Forensics
- Android 應用案例開發大全(第3版)
- Arduino家居安全系統構建實戰
- Java程序設計與項目案例教程
- Functional Python Programming
- Test-Driven iOS Development with Swift
- 企業級Java現代化:寫給開發者的云原生簡明指南
- 用Python動手學統計學