-
Book Overview & Buying
-
Table Of Contents
A Developer's Guide to .NET in Azure
By :
You need to set up and configure the development environment for building your applications in .NET and Azure. In this section, you will configure Visual Studio Code (VS Code) and Visual Studio. Visual Studio Code is an open source editor for building ASP.NET Core and C# applications.
Follow these steps to install Visual Studio Code:
Figure 1.34 – Visual Studio/VS Code download page
Figure 1.35 – VS Code – download page
Figure 1.36 – VS Code Editor
sudo snap install --classic code. This will install VS Code on Linux. For more information on the VS Code installation, check out this page: https://code.visualstudio.com/docs/setup/linux.Follow these steps to install Visual Studio Community Edition 2022:
Figure 1.37 – Visual Studio download page
Figure 1.38 – Visual Studio – installation configuration
Figure 1.39 – Visual Studio – first screen
In this section, you learned about installing and configuring your development environment. VS Code is a cross-platform editor for debugging applications and Visual Studio is a fully featured IDE for building and debugging applications.
Now is the time to create our first project!