Skip to content
codechavez
codechavez
  • It’s All About Me
  • .NET Core
  • Angular
  • How to
  • developer life

Category: howto

.NET CoreEntity Frameworkhowto

Resilient Entity Framework Core SQL Connections

victorinoJanuary 22, 2019January 22, 2019

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…

Continue reading ➞ Resilient Entity Framework Core SQL Connections
.net core, C#, EF Core, Entity Framework Core, Resilient
.NET Corehowto

Using HttpClientFactory

victorinoJanuary 22, 2019January 22, 2019

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…

Continue reading ➞ Using HttpClientFactory
.NET Core 2.1, C#, HttpClient, HttpClientFactory

Posts navigation

← Previous 1 2
© 2021 codechavez.com
  • It’s All About Me
  • .NET Core
  • Angular
  • How to
  • developer life