views:

72

answers:

2

Are there any websites or good books out there that have assignments like:

  • Create a BackgroundWorker thread... blah blah blah

I'm not a beginner programmer at all I actually have my degree as a computer programmer analyst but I would like to get more sharp with advanced concepts such as Threading, Generics, LINQ, DLINQ, etc.

Thanks!

+2  A: 

It sounds like you know the basics of C# but are looking for a bit more. I recommend C# in Depth by Jon Skeet. It won't cover everything you're looking for but it will definitely give you a better understanding of how C# works.

P.S. Jon Skeet I'll take my commission for your 10 new book sales by check :)

Brian R. Bondy
Damn, I didn't know he wrote the book on C# too!
Dolph
I'm gonna have to check this book out at chapters, will get back to you
Ryan
+1  A: 

I got Pro C# 2010 and .net 4 platform by Andrew Troelsen and it's pretty good. He talks about everything you need to know :).

David Fortin