StackUnderflow
StackUnderflow

Reputation: 25368

C# in Depth: Problem set?

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

Answers (1)

bashmohandes
bashmohandes

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

Related Questions