views:

855

answers:

2
+5  Q: 

Free C# eBook

Does anyone know a good (free) C# eBook for Intermediate programmers? I want something that covers generics, threads, events, delegates, etc.


See also: http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books#392926

+5  A: 

Here are a few open source books:

CMS
Beat me by a second haha... +1
John T
You should add those to this list: http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books#392926
George Stocker
+4  A: 

I found these two books fairly useful.

The C# School Book - this one covers just about everything you asked about, although it's a bit dated.

and of course, Rob Miles' C# Yellow Book

John T
I hate being beaten by a second too. The answer is still good tho... ;-)
Mark Brittingham