Take advantage of the async methods in Dapper to improve the scalability and performance of your ASP.NET Core applications. Dapper is an easy to use, lightweight, flexible, fast, and open source ...
Take advantage of the ability to create and consume data streams asynchronously in C# 8.0 to improve the performance of your applications. Asynchronous programming has been around for quite a while ...
Building a web application using non blocking calls to the data layer is a great way to increase the scalability of your system. Performing a task asynchronously frees up the worker thread to accept ...