- 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.
- The Android Game Developer's Handbook
- 軟件測試工程師面試秘籍
- R Deep Learning Cookbook
- Integrating Facebook iOS SDK with Your Application
- NetBeans IDE 8 Cookbook
- Python Essentials
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- PrimeFaces Blueprints
- OpenCV with Python Blueprints
- Visual C++程序設計與項目實踐
- Beginning PHP
- Python高性能編程(第2版)
- Windows 10 for Enterprise Administrators
- 自然語言處理NLP從入門到項目實戰:Python語言實現
- 計算機應用基礎