- 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.
推薦閱讀
- C++ Primer習題集(第5版)
- Python編程完全入門教程
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Java:High-Performance Apps with Java 9
- Java面向對象程序設計
- C語言程序設計
- Mastering Web Application Development with AngularJS
- 時空數據建模及其應用
- Java Web從入門到精通(第3版)
- TypeScript 2.x By Example
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Android Sensor Programming By Example
- Qt 4開發實踐
- Less Web Development Cookbook
- LabVIEW入門與實戰開發100例(第4版)