News

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, ...
As I'm between projects at the moment, a former manager is putting me to use debugging an ASP website. Not really debugging, so much as just verifying that it won't create any massive SQL memory ...
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications. In most any business application, you will store and ...