diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3ce5a46f0ab37e29bd831053b0f9f80df..e13d6cafb8663d0ccc9eac037f6aec3a47e516c7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -8,6 +8,7 @@ * [Assembly Language](#assembly-language) * [Bash](#bash) * [C / C++](#c--c) +* [C#](#c--c) * [Clojure](#clojure) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) @@ -257,6 +258,9 @@ * [Thinking in C++, Second Edition](http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) * Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) +###C# + +* [Intro to Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/) ###Clojure