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

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

一、使用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 瀏覽器

二、VS Code開發.NET Core經常使用插件推薦和學習。微信

推薦插件以下:mvc

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). app

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擴展。ide

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同步多臺計算機上的設置,代碼段,主題,文件圖標,啓動,鍵綁定,工做區和擴展工具

【網易雲課堂】:點擊在線觀看

【騰訊課堂】:點擊在線觀看

【微信公衆號】:跟着阿笨一塊兒玩NET

相關文章
相關標籤/搜索