【免費視頻】使用VS Code開發ASP.NET Core WebAPI應用程序

1、使用VS Code開發ASP.NET Core WebAPI應用程序

1、使用Visual Studio Code開發Asp.Net Core基礎入門實戰
 
畢竟從.net過度過來的我們已經習慣了使用Microsoft的Visual Studio進行開發。那麼有沒有一款媲美Visual Studio的開發工具可以讓我們能夠在Linux系統上進行高效的.NET Core開發呢?答案是肯定的,因爲微軟已經開發了一個名爲Visual Studio Code的跨平臺和開源的文本編輯器。Visual Studio Code是如此強大和令人驚歎,因爲它提供了內置的智能提醒,調試功能和Git支持。而且Visual Studio Code提供了強大的插件擴展功能。使得你可以在插件擴展庫裏面找到滿足你需求的插件。如果你沒有在他們的擴展庫中找到它,那麼你還可以自己創建一個插件並使用它。
Visual Studio Code(VScode )
官網 :https://code.visualstudio.com/ 

你隨時隨地都要喚起的快捷鍵:按F1或Ctrl+Shift+p !!! Ctrl + Shift + X打開Extensions視圖 !

1)、安裝.NET Core SDK。

2)、安裝Visual Studio Code 

2、VS Code開發.NET Core常用插件推薦和學習。

推薦插件如下:

Chinese (Simplified) Language Pack for Visual Studio Code
適用於 VS Code 的中文(簡體)語言包

Material Icon Theme
Material Design Icons for Visual Studio Code

.NET Core Add Reference
Add or remove references of your .NET Core projects.

.NET Core Tools
Fast way to build, run and test .NET Core (C#, F#) project

ASP.NET Core Snippets
Handy Csharp snippets for ASP.NET Core. Like you can type HomeController, Startup, ProgramFile and many more starts with mvc-, app-

C# 
C# for Visual Studio Code (powered by OmniSharp). 

C# Code Snippets
C# Code Snippets for Visual Studio Code

C# Extensions
C# IDE Extensions for VSCode

Debugger for Chrome
Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.

從VS Code調試在Google Chrome中運行的JavaScript代碼。用於在Google Chrome瀏覽器或支持Chrome DevTools協議的其他目標中調試JavaScript代碼的VS Code擴展。

NuGet Package Manager 
Add or remove .NET Core 1.1+ package references to/from your project's .csproj or .fsproj file using Code's Command Palette.

vscode-solution-explorer
Visual Studio .sln file explorer for Visual Studio Code


Settings Sync
vscode中的插件Settings Sync(設置和插件同步)
一臺電腦配置好之後,其它的幾臺電腦都不用配置。新機器登錄一下就搞定了。再也不用折騰環境了,使用GitHub Gist同步多臺計算機上的設置,代碼段,主題,文件圖標,啓動,鍵綁定,工作區和擴展

微信掃描在線觀看:


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章