So far, I have tried to master threads, immediately applying threads to my project. And I tried to do this for a long time. But this did not lead to any results and did not give me experience with threading. The only thing I tried to give me was the impression that threading in C # has many important improvements.
I could not find simple streaming usage exercises. I am looking for exercises where you need to create different simple console applications. I am looking for simple exercises so that I can understand how everything works when working with threads and master this idea. With difficulty I saw a book of programming exercises, which becomes more complicated as the number of problems increases. I am looking for something like that. Subsequently, I will continue with more complex things and try to add threads to my project (which is created using Windows Forms).
Where can I find exercises / exercise book about streaming in C #?
EDIT:
I am NOT looking for any textbooks - I can find them myself. I am only looking for exercises and exercises. If there are no such exercises, please tell me.
source share