From the course: C#: Design Patterns Part 1

Using the exercise files and installing .NET SDK - Python Tutorial

From the course: C#: Design Patterns Part 1

Using the exercise files and installing .NET SDK

- [Instructor] I'm going to be using .NET Core with VS Code in this course to illustrate the use of design patterns in C Sharp. If you want to follow along the most closely, install VS Code from here. You can also use the Windows or Mac version of Visual Studio if you prefer. If you don't have the .NET Core 3.1 SDK, get that installed from here. We've created a GitHub repository for you to access the course materials. You can use Git to clone the repo or download the repo as a ZIP file. You can drop down here to select a branch. There are branches for each video. The branches ending in B correspond to the beginning state of that video. All those ending in E represent the end state for that video. During this course, I've placed the repo folder in my Home directory for simplicity, but you can place the course files wherever you like.

Contents