- Exercises practicing design principles and oop concepts in c-sharp.
- Download VS Code.
- Install C# Dev Kit extensions
- Install .NET SDK package (ensure dotnet is in the Environment Variables System path)
- Create a directory named design-principles
- Create a .NET project and select design-principles as the project directory
- Type Console App in the search bar as the project type
- Name the app when prompted as 'Practice'
- Upload src/ directory to the Practice/ directory
- Update Program.cs file
- Open Program.cs and select run to compile