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 | 819 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,018 |
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,547 |
sheng-jie/design-pattern | A series of articles explaining design patterns in C# for software development | 972 |
naphier/unity-design-patterns | A collection of Unity C# examples illustrating various design patterns for efficient and scalable game development. | 1,143 |
shwangdev/designpattern | An implementation of key software design patterns in C++ | 3 |
nnupoor/js_designpatterns | A collection of design patterns in JavaScript with examples and explanations using jQuery. | 26 |
habrador/unity-programming-patterns | A collection of implementations and explanations of various design patterns in Unity game development | 1,941 |
chuanxshi/javascript-patterns | This repository provides documentation and examples of various design patterns implemented in JavaScript to solve common software development problems. | 9,392 |
vahidvdn/realworld-design-patterns | Practical examples and discussions on real-world design patterns with their unit tests | 119 |
thma/ltupatternfactory | Maps software design patterns to Haskell type class concepts and functional programming structures | 995 |
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 | 120 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 386 |