Discussing the problems and possible solutions to use generated autorest clients together with the new HttpClientFactory from Microsoft.Extensions.Http and DI...
Swagger is probably the most popular API specification framework, AutoRest is a great library to generate clients out of Swagger definitions for various programming languages. Here are a few tips to get nice and clean results using the two together in ASP.NET Core MVC based web services....
In this post we'll take a quick look at what service discovery is, play with Consul and implement a basic service infrastructure in C# using the ASP.NET Core MVC framework and use DnsClient.NET to implement DNS based client side service discovery....
An interesting question came up on the CacheManager repository in issue 146. What do I do, if the Redis server dies and might be offline for a while? Can we just continue working with in-memory cache and wait for Redis to come back online? And if so, how would I do that with CacheManager....