Make Synchrounous methods Asynchronous using Decorator or Interception
Sometimes when you are writing a piece of code, it doesn’t look necessary to be written as an asynchronous code. However, after a while we may need to make it asynchronous. The following code sample shows how to implement such scenarios using the Dec...
Dec 29, 20133 min read5
