#net
Read more stories on Hashnode
Articles with this tag
Introduction In .NET, a Task represents an asynchronous operation that may or may not return a result. When the result is available, you can use the...
I have found that sometimes I need to prevent the user from returning to the home page, in this article I have shown a quick way to implement that...