- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 227字
- 2021-07-08 09:39:05
Creating your first app
Create a new project and select the ASP.NET Core Web Application template. You can run this on .NET Core or on .NET Framework (but then it won't run on other platforms). If you wish to create a new Git repository for distributed version control, then check the Add to Source Control box:

On the next screen, you can select a Web Application template. This includes web apps, APIs, and SPA services for Angular and React. The templates are the same as used by command-line tooling and you can create them using either interface. Later in this chapter, we'll see how to use the command-line, as it is almost identical on every platform.
Select the standard Web Application template:

Click on the Change Authentication button to alter the way the users log in to your site. Select Individual User Accounts but leave the data stored locally. Alternatively, you could connect to cloud services, as shown in the following image, but we won't cover this here:

Once you have created your application, VS will restore the NuGet packages in the background. When this is done, press F5 to build and run your app in the debugger. Your default browser should open containing the ASP.NET Core template site, and VS will show graphs of performance tracing:

Congratulations! You've just created an ASP.NET Core 2 web app.
- Learning RabbitMQ
- C++ 從入門到項目實踐(超值版)
- concrete5 Cookbook
- Getting Started with Hazelcast(Second Edition)
- HTML5 APP開發從入門到精通(微課精編版)
- NetBeans IDE 8 Cookbook
- Vue.js 2 Web Development Projects
- Django實戰:Python Web典型模塊與項目開發
- .NET Standard 2.0 Cookbook
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- PHP Microservices
- Offer來了:Java面試核心知識點精講(框架篇)
- VMware vSphere Design Essentials
- Analytics for the Internet of Things(IoT)
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)