Asynchronous Programming in C#
Have you been used an application that freeze when you click on a button? This is because the application is retrieving data from a database and that execution takes some time and during that time the application stop responding. To…