Search⌘ K
AI Features

Setting Up a Local Development Environment

Explore the essential steps to configure a local development environment for ASP.NET Core applications. Understand how to install the .NET SDK, select suitable IDEs or code editors like Visual Studio or Visual Studio Code, and prepare your machine to develop and build secure applications effectively.

Although this course provides us with everything we need to code, build, and execute our applications, we still need to install some tools if we want to perform these actions on our development machine. As long as we have a machine that runs Windows, Mac, or Linux, we must install the following:

  • .NET SDK

  • A suitable IDE or code editor ...

Downloading .NET SDK