I m currently reading Pro. NET 4.0 Parallel Programming in C#, however there are no exercises at the end of each chapter. Though I understand the concept, I still feel lacking some actual practices. I need some real problems to reinforce what I learned. I searched over the internet, but mostly tutorials...
Are there problem sets that target only on TPL? I found this library fascinating in many ways and I just want to ace it. So I wonder if someone could share me some problems in the domain of TPL so that I can practice my knowledge. Any problem or reference that you have encountered would be greatly appreciated. I just need problems, I will find the solution myself. Thanks in advance.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?