- .NET Core 2.0 By Example
- Rishabh Verma Neha Shrivastava
- 125字
- 2021-06-24 18:30:57
Creating simple running code
Let's create our very first .NET Core 2.0 application. We will create it using Visual Studio Code as well as Visual Studio 2017 in Windows, and with Visual Studio Code in Ubuntu.
The .NET Core 2.0 SDK installs the templates for creating the class library, console, web, MVC, razor, web API, and so on, for applications based on .NET Core 2.0. As our first application, we will create a simple MVC application on .NET Core 2.0, and get familiar with the application code and the .NET Core 2.0 command-line integration.
Let's start by creating this application in Windows using Visual Studio 2017, and then we will create the same application from Visual Studio Code, first in Windows and then in Linux.
推薦閱讀
- Android平板電腦開發(fā)實戰(zhàn)詳解和典型案例
- 軟件需求分析實戰(zhàn)
- 軟件開發(fā)生產(chǎn)率改進:軟件管理的有效領(lǐng)導力與量化方法
- AIDevOps:智能微服務開發(fā)、運維原理與實踐
- 軟件測試之魂:核心測試設(shè)計精解
- 多面體編譯理論與深度學習實踐
- 嵌入式軟件調(diào)試技術(shù)
- 嵌入式軟件測試:方法、案例與模板詳解
- 測試開發(fā)實戰(zhàn)教程
- 云原生網(wǎng)關(guān)Traefik:入門、進階與實戰(zhàn)
- 深入理解Prometheus監(jiān)控系統(tǒng)
- 瘋狂Java:突破程序員基本功的16課(修訂版)
- iPhone開發(fā)創(chuàng)意火花集
- 云原生Kubernetes全棧架構(gòu)師實戰(zhàn)
- 分布式高可用算法