- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 234字
- 2021-07-02 22:04:16
Visual Studio Code as a development environment
Visual Studio Code is a lightweight and powerful cross-platform development environment for Windows, Linux, and macOS.
You can use a wide range of programming languages such as JavaScript, TypeScript, and Node.js as well as C++, C#, Python, PHP, Go, and the .NET Core and Unity runtimes via language and runtime extensions.
It comes with a streamlined, clean, and very efficient user interface. There is a file and folder explorer on the left and a source code editor on the right, showing the contents of files you have opened and are currently working on:

The user interface consists of the following areas:
- Activity bar: Provides several different views and additional context-specific indicators such as outgoing code changes when Git is enabled.
- Sidebar: Contains a file and folder explorer for working on your projects.
- Editor groups: This is the main area for working with your code and navigating within it. Up to three source code editor windows can be opened side by side at the same time.
- Panels: Serves to display panels with output or debug information, errors and warnings, or an integrated terminal.
- Status bar: Additional information concerning projects and files you have edited.
Please go to https://code.visualstudio.com/docs for additional information on Visual Studio Code and its capacities and functionalities. It will be our primary choice for illustrating how to build ASP.NET Core 2.0 applications on Linux.
- Facebook Application Development with Graph API Cookbook
- Monkey Game Development:Beginner's Guide
- VMware vSphere 6.7虛擬化架構實戰指南
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 精通MATLAB(第3版)
- Mastering ROS for Robotics Programming
- C語言開發基礎教程(Dev-C++)(第2版)
- NetBeans IDE 8 Cookbook
- Java網絡編程實戰
- Mastering C++ Multithreading
- Beginning C++ Game Programming
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Mastering Elixir
- Python一行流:像專家一樣寫代碼
- JavaScript編程精解(原書第2版)