Merge pull request #175 from sierpinski/AddingDotNetDesignPatternLink

Added DotNet design patterns link. Changed capitalization of Design p…
This commit is contained in:
Maksim Abramchuk 2019-12-13 22:08:14 +00:00 committed by GitHub
commit fbdc048e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
## Design Patterns ## Design Patterns
* [Design Pattern Interview Questions that have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Design Pattern](http://www.tutorialspoint.com/design_pattern/design_pattern_interview_questions.htm) * [Design Pattern Interview Questions that have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Design Pattern](http://www.tutorialspoint.com/design_pattern/design_pattern_interview_questions.htm)
* [Design Patterns for Humans™ - An ultra-simplified explanation](https://github.com/kamranahmedse/design-patterns-for-humans) * [Design Patterns for Humans™ - An ultra-simplified explanation](https://github.com/kamranahmedse/design-patterns-for-humans)
* [Design patterns implemented in Java](https://github.com/iluwatar/java-design-patterns) * [Design Patterns implemented in Java](https://github.com/iluwatar/java-design-patterns)
* [Design Pattens implemented in DotNet](https://www.dofactory.com/net/design-patterns)
## Data structures ## Data structures