vote up 5 vote down star
7

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

flag

2 Answers

vote up 5 vote down check

Here are a few open source books:

link|flag
Beat me by a second haha... +1 – John T Jan 22 at 3:53
You should add those to this list: stackoverflow.com/questions/391523/… – George Stocker Jan 22 at 4:24
vote up 4 vote down

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

link|flag
I hate being beaten by a second too. The answer is still good tho... ;-) – Mark Brittingham Jan 22 at 3:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.