1
Reply

Different ways to do asynchronous programming in C#?

Gul Md Ershad

Gul Md Ershad

8y
445
1
Reply

    Below are the different ways to do Asynchronous Programming in C#:1. Via Task Parallel Library(TPL) 2. By calling ThreadPool.QueueUserWorkItem 3. Via Asynchronous Delegate 4. Via BackgroundWorker