Search⌘ K

Setting Up Local Development Environment

Explore how to prepare your local setup for practicing C# design patterns by installing the .NET SDK and selecting an IDE or code editor that suits your operating system and development needs.

Although we were able to complete the entire course in a browser, we can also practice design patterns locally. To do so, we’ll need the following:

  • A machine running one of the Windows, Linux, or macOS operating systems

  • .NET 6 or newer

  • A suitable IDE or code editor

Installing .NET SDK

To download the latest .NET SDK, we can visit the official .NET downloading page. ...