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.
For example, adding a database is as simple as calling AddSqlServer(). No kidding -- that single command creates the container, downloads the image, spins up the container, creates internal accounts, ...