Asynchronous Programming in C#
Using synchronous in modern applications is a bad practice as code blocks the thread executing it from doing any other work as the application involves callbacks, events or waiting for the response from the APIs. This makes the application freeze and...
sankarshanramesh.hashnode.dev3 min read