Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 666 Bytes

C# Design Patterns

Fully functional sample code from Kevin Dockx's C# Design Patterns course, built with .NET 8.

Design Patterns Covered

  • All 23 Gang of Four (GoF) design patterns.
  • Two additional enterprise patterns:
    • Repository Pattern.
    • Unit of Work Pattern.

Repository Structure

This repository consists of two main folders:

  • Finished Sample: Contains all the completed code.
  • Starter Files: Code written by me while following the course.

Course

C# Design Patterns

License

This project is licensed under the MIT License.