Anyone please post few sample code from where one can understand the advantages of using Async/Await function.
a) it is just only that UI will be responsive ?
b) current thread or main thread will not be blocked and can take more request
these are two benefit for which people use Async/Await function. ?
1) one sample code where Async/Await will not be used and post second one of same routine where Async/Await will be used to show the advantage of Async/Await.
Thanks