- 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.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- iOS 9 Game Development Essentials
- 看透JavaScript:原理、方法與實踐
- Mastering Python Scripting for System Administrators
- Mastering PHP Design Patterns
- Python高級機器學習
- 老“碼”識途
- Python貝葉斯分析(第2版)
- Unity Game Development Scripting
- Building Serverless Applications with Python
- 數據結構習題解析與實驗指導
- Visual C++開發入行真功夫
- Mastering Git
- Scala for Machine Learning(Second Edition)
- 深度探索Go語言:對象模型與runtime的原理特性及應用