【免费视频】使用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

相关文章
相关标签/搜索