[Free Video] using VS Code developed ASP.NET Core WebAPI application

1, using the VS Code developed ASP.NET Core WebAPI application

1, using the Visual Studio Code Development Asp.Net Core Basics combat
 
, after all, come from excessive .net we have become accustomed to using Microsoft's Visual Studio development. Is there a comparable Visual Studio development tool that allows us to efficiently develop on .NET Core Linux system? The answer is yes, because Microsoft has developed a cross-platform called Visual Studio Code and open source text editor. Visual Studio Code is so powerful and amazing as it offers built-in intelligence alerts, debugging, and Git support. And Visual Studio Code provides a powerful plug-in extensions. So that you can find in the library plug-in extensions which meet the needs of your plug-ins. If you do not find it in their extended library, you can also create a plug-in own and use it.
Visual Studio Code (VScode)
official website: https: //code.visualstudio.com/ 

anytime you have to evoke shortcuts: press F1 or Ctrl + Shift + p! ! ! Ctrl + Shift + X to open the Extensions view!

1), installed .NET Core SDK.

2), install Visual Studio Code 

2, VS Code Development .NET Core common plug-ins recommendations and learning.

Recommended plug-ins are as follows:

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

微信扫描在线观看:


Guess you like

Origin blog.51cto.com/4500899/2432414