Update free-programming-books.md

Added C# book
This commit is contained in:
DJilanov 2013-12-10 00:10:03 +02:00
parent 2ccc8bdd77
commit 0bb3e82590
1 changed files with 4 additions and 0 deletions

View File

@ -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