SQL connections resilient in EF Core is way to easy to setup. With a few lines of code we can have things like try to connect X amount of time if connection fails the first time. Besides, connection resiliency we…
Category: howto
Using HttpClientFactory
We all have used HttpClient in some point of our career, special when you consume APIs. HttpClient has been with us since .Net Framework 4.5. Now, with ASP.NET Core 2.1 HttpClientFactory allow us to solve multiple problems that the predecessor…