Skip to content

Practicing design patterns and SOLID principles in C#

Notifications You must be signed in to change notification settings

AmbyrElan/design-principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

OOP and Solid Design Principles

Purpose

  • Exercises practicing design principles and oop concepts in c-sharp.

How to run programs

  • 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

About

Practicing design patterns and SOLID principles in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages