csharp-design-patterns-for-humans
C# design guide
An ultra-simplified explanation of design patterns in C# with examples
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
1k stars
42 watching
170 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
adapter-patternbehavioral-patternsbridge-patternbuilder-patternchain-of-responsibility-patterncommand-patterncomposite-patternscreational-patternscsharpdecorator-patterndesign-patternsfacade-patternfactory-patternflyweight-patterniterator-patternmediator-patternprototype-patternproxy-patternsingleton-patternstructural-patterns
Related projects:
Repository | Description | Stars |
---|---|---|
refactoringguru/design-patterns-csharp | C# examples of classic design patterns used in software development | 805 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,012 |
exceptionnotfound/designpatterns | A collection of C# examples illustrating 22 design patterns from the Gang of Four | 642 |
abishekaditya/designpatterns | A collection of C# implementations for design patterns | 2,538 |
sheng-jie/design-pattern | A series of articles explaining design patterns in C# for software development | 962 |
naphier/unity-design-patterns | A collection of Unity C# examples illustrating various design patterns for efficient and scalable game development. | 1,138 |
shwangdev/designpattern | A collection of C++ implementations of various software design patterns | 3 |
nnupoor/js_designpatterns | A collection of design patterns in JavaScript with examples and explanations using jQuery. | 23 |
habrador/unity-programming-patterns | A collection of implementations and explanations of various design patterns in Unity game development | 1,932 |
chuanxshi/javascript-patterns | This repository provides documentation and examples of various design patterns implemented in JavaScript to solve common software development problems. | 9,388 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 115 |
thma/ltupatternfactory | Maps software design patterns to Haskell type class concepts and functional programming structures | 994 |
oxnz/design-patterns | A collection of well-known design patterns implemented in multiple programming languages. | 112 |
shubhamzanwar/design-patterns | A collection of Go implementations of common design patterns used in software development | 119 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 384 |