From c15f4e0c1f26ca6e45fc7b7361b77a7d0116a80f Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 24 Oct 2019 15:37:03 -0700 Subject: [PATCH] Added DotNet design patterns link. Changed capitalization of Design patterns to Design Patterns to all text had matching cases. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a3bec..0361c4e 100644 --- a/README.md +++ b/README.md @@ -578,7 +578,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ## 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 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