【免费视频】使用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同步多台计算机上的设置,代码段,主题,文件图标,启动,键绑定,工作区和扩展

微信扫描在线观看:

 

posted @ 2019-08-25 15:33  跟着阿笨一起玩.NET  阅读(773)  评论(0编辑  收藏  举报