Saturday, February 9, 2019

Why is ReadAsAsync asynchronous?

As far as I understand ReadAsAsync<T> simply deserializes content is receives into the given type T. How can this method be asynchronous when it seems to not perform any network, database or disk operations?

Why is ReadAsAsync<T> asynchronous? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team