From d4d7ad3b29ec8d7c7edd623177617b4ffee057a5 Mon Sep 17 00:00:00 2001 From: Anthony Bouvier Date: Fri, 24 Feb 2017 13:08:36 -0500 Subject: [PATCH] Added Daily Design Patterns (PDF) (#2263) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0b39d569..44c73f15 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -846,6 +846,7 @@ * [C# Programming - Wikibook](https://en.wikibooks.org/wiki/C_Sharp_Programming) * [C# Yellow Book](http://www.csharpcourse.com) (intro to programming) * [Creating Mobile Apps with Xamarin.Forms C#](https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/) +* [Daily Design Patterns](https://www.exceptionnotfound.net/downloads/dailydesignpattern.pdf) (PDF) * [Data Structures and Algorithms with Object-Oriented Design Patterns in C#](http://www.brpreiss.com/books/opus6/) * [Dissecting a C# Application](https://damieng.com/blog/2007/11/08/dissecting-a-c-application-inside-sharpdevelop) - Christian Holm, Bernhard Spuida, Mike Kruger * [Fundamentals of Computer Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/read-online/) - Svetlin Nakov -- GitLab