PreviousNext
by bill-s, 2017-03-30T21:36:27.000Z
In regards the Azure SQL DB case, Entity Framework Core already provides internal database connection resiliency and retry logic, but you need to enable your desired execution strategy per DbContext connection if you want to have resilient EF Core connections.
Read More