Keeping track of interesting places I put my feet on in the software development world.
Search This Blog
Thursday, July 7, 2016
Dealing with EF Connection Timeouts/Connection lost issues using Connection Resilience/Retry Logic built in support (EF onwards)
Upon facing connection timeouts/connection lost issues in working with EF, instead of trying brute force methods such as wrapping your connection instance in a for statement or alike, the best practice is to use Connection Resilience/Retry Logic (EF onwards) support, which provides more sophisticated retry strategy implementations, shipped in.
Labels:
Entity Framework
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment