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 ...
There are so many ways to integrate an SSRS report into your page that the biggest problem you'll face is deciding which one to use. Peter runs through all the solutions he can think of, including ...
Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults. A high-quality application must be stable, ...