- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 173字
- 2021-07-02 22:04:15
Setting Up the Environment
You have decided to learn about ASP.NET Core 2.0, the most advanced and efficient cross-platform web application framework on the market today. A very good choice! You are surely eager to start programming right away, but before we can begin, we must set up the required technical prerequisites and tools.
In this chapter, we are going to introduce Visual Studio 2017 Community Edition and Visual Studio Code, and then install either one of them as a development environment. Then, we are going to build a simple sample application based on the ASP.NET Core 2.0 Framework.
In this chapter, we will cover the following topics:
- Visual Studio 2017 as a development environment
- How to install Visual Studio 2017 Community Edition
- Creating your first ASP.NET Core 2.0 application in Visual Studio and via the command line
- Visual Studio Code as a development environment
- How to install Visual Studio Code on Linux
- Creating your first ASP.NET Core 2.0 application in Visual Studio Code
- Creating your first ASP.NET Core 2.0 application in Linux
推薦閱讀
- C++ Primer習題集(第5版)
- 程序設計與實踐(VB.NET)
- WebAssembly實戰
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- 編寫高質量代碼:改善C程序代碼的125個建議
- Nexus規模化Scrum框架
- Building a Quadcopter with Arduino
- Serverless架構
- VMware虛擬化技術
- SQL基礎教程(第2版)
- RealSenseTM互動開發實戰
- QPanda量子計算編程
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- Using Yocto Project with BeagleBone Black
- 嵌入式C編程實戰