tags:

views:

170

answers:

1

Right now I am reading "C# in Depth". One of the thing missing is the set of problems that I can go through once I finish a chapter. That would have helped me understand the concepts that I just learned.

Any place where I can find good problem sets for C#3.0 stuff?

Thanks

+2  A: 

You can try LINQ 101 samples, they are pretty much cover most of C# 3.0 & Linq stuff, you can see the problem and try to rewrite the code

bashmohandes