Appendix A: What’s Next?
Task programming is the foundation of modern-day asynchronous programming. I hope that after completing this book, you get a fair idea about it. Now I suggest you read the related topics from other books, articles, or blogs. Most importantly, you should keep experimenting with new code and learn more. We all know that practice makes a man perfect.
The next step is exercising async and await keywords in your program. A dedicated pocketbook in this series will cover that topic. You may note that I wrote a book on parallel programming (Parallel Programming with C# and .NET (Apress, 2024)) which covers that topic as well. If you like this book, you may want to learn more about asynchronous and parallel programming from that ...