- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 110字
- 2021-07-08 09:39:06
Creating your first app
The following steps will show you how to create an ASP.NET Core 2 web application using VS for Mac:
- Open the Visual Studio app on your Mac and create a new solution and select the ASP.NET Core Web App template under the .NET Core category:

- On the next screen, select .NET Core 2.0 as the target framework:

- Finally, add a project name and finish the wizard:

You now have a brand new ASP.NET Core 2 web app. You can click on the Play button to build and run it:

You can also work on this solution in Visual Studio Code by opening the folder containing it:

推薦閱讀
- Java逍遙游記
- PHP程序設(shè)計(jì)(慕課版)
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- Unity Shader入門(mén)精要
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)項(xiàng)目教程
- Learning Apache Mahout Classification
- Learning Python by Building Games
- PhoneGap:Beginner's Guide(Third Edition)
- 蘋(píng)果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶(hù)體驗(yàn)的七個(gè)原則
- Linux C編程:一站式學(xué)習(xí)
- Beginning C++ Game Programming
- BeagleBone Robotic Projects(Second Edition)
- C編程技巧:117個(gè)問(wèn)題解決方案示例
- Clojure Polymorphism
- 深度學(xué)習(xí)入門(mén):基于Python的理論與實(shí)現(xiàn)