...

/

Setting Up a Local Development Environment

Setting Up a Local Development Environment

Learn how to set up a development environment on your own machine.

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