The text of this article is not in this database — only its details are. Read it on the old site: Asynchronous Programming in C# 5.0 - Access Data in Asynchronous Functions
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Tuhin PaulPosted Jan 6, 2024, 6:29 PM
Thank you for the insightful article on Asynchronous Programming in C# 5.0. Your clear explanations and real-time examples make it easier for readers to grasp the concept. The scenarios you presented, especially those related to web service calls and handling large amounts of data, provide practical insights into the power of asynchronous programming. I appreciate your efforts in sharing knowledge and would love to connect further.
Amit GuptaPosted Jun 21, 2017, 4:56 AM
I think you mixedup with async programming with thread, Why using Thread.Sleep(..), it will block the Ui, whereas you have to use Task.Wait(..) or Task.Delay(..) for proper async programming. Do correct me if I am wrong.
Girish KumarPosted Jun 24, 2014, 3:03 AM
whats is difference between Isbackground in threads and await..
Deo CabralPosted Sep 30, 2013, 9:10 PM
nice post sir.. thanks...but can you fix the wrong link for part 3...it redirects to part 1 not part 3 sir.. btw nice post..