Reputation: 25368
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
Upvotes: 7
Views: 457
Reputation: 2376
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
Upvotes: 3