Setting Up Local Development Environment
Learn how to set up your own local development environment.
We'll cover the following...
We'll cover the following...
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. ...