Community

Introduction to Async and Await Keywords in C# 5.0

(V.N.S Arun) Prior to the introduction of Task Parallel Library (TPL) in .net framework 4.0, writing an asynchronous program was quite a tedious task. One had to write too many lines of code in order to accomplish a simple multi-threaded operation; for example creating wait handles, writing callback

Read More - Register for Free Membership