- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 164字
- 2021-06-10 19:37:21
Creating an ASP.NET Core application
Every ASP.NET Core application starts with creating a new project. This new project can start empty or with a predefined template.
We will start by creating an empty project. To do so, follow these steps:
- Open Visual Studio and go to File | New | Project..., as shown in the following screenshot:

- In the New Project dialog, navigate through the list on the left to Visual C# | Web, then choose ASP.NET Core Web Application, fill in the application name as GiveNTake, choose your desired location, and click OK:

- The New ASP.NET Core Web Application- GiveNTake dialog opens. Choose Empty from the list and click OK to create the project. Make sure that you choose ASP.NET Core 2.0 from the version list:
- After a few moments, your web application will be ready, and should look something like the following:
Creating a new empty ASP.NET Core project via the .NET CLI utility is done via the dotnet new web command.
推薦閱讀
- 自動駕駛網絡:自智時代的網絡架構
- Modern JavaScript Web Development Cookbook
- INSTANT PhpStorm Starter
- 新一代物聯網架構技術:分層算力網絡
- Building RESTful Web Services with Spring 5(Second Edition)
- Socket.IO Real-time Web Application Development
- 網絡環境中基于用戶視角的信息質量評價研究
- 通信十年:擁抱互聯網
- Learning Windows 8 Game Development
- Getting Started with nopCommerce
- 組網技術與網絡管理
- Selenium WebDriver 3 Practical Guide
- Qt5 Python GUI Programming Cookbook
- 圖解物聯網
- 小型局域網組建