Quantcast
Channel: Josef Ottosson
Browsing all 247 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Automatically format your dotnet code using dotnet format - GitHub Actions

Background When working in a team, it's important to follow the style guidelines that apply to the project. It makes it easier to read the code if all code "look and feel" the same. It should not be...

View Article


Image may be NSFW.
Clik here to view.

Stream files from Postgres - dotnet core

This is a follow up to my previous post Stream files to Postgres. Scenario Due to reasons I cannot reveal, I have a situation where I have some images stored in a Postgres database, in a bytea column....

View Article


Using http/2 with ASP.NET Core - Traefik/Kubernetes/container example

Intro When dealing with TLS and containers, a common pattern is to terminate the TLS connection in a load balancer and then speak http/1 between the loadbalancer and the container. It has a number of...

View Article

Image may be NSFW.
Clik here to view.

Stream files from Postgres - dotnet core

This is a follow up to my previous post Stream files to Postgres. Scenario Due to reasons I cannot reveal, I have a situation where I have some images stored in a Postgres database, in a bytea column....

View Article

Don't reinvent the wheel - configuration

More often than not, I find code in various dotnet core solutions that contains code like this: Program.cs ....... if(EnvironmentHelper.IsLocal) { services.AddSingleton<ICustomerClient,...

View Article


Image may be NSFW.
Clik here to view.

Testing your Polly policies

Photo by Reuben Introduction We have the following Polly policy: public static IAsyncPolicy<HttpResponseMessage> MyRetryPolicy( int attempts = 3, Func<int, TimeSpan>? sleepDurationProvider...

View Article

Don't reinvent the wheel - configuration

More often than not, I find code in various dotnet core solutions that contains code like this: Program.cs ....... if(EnvironmentHelper.IsLocal) { services.AddSingleton<ICustomerClient,...

View Article
Browsing all 247 articles
Browse latest View live


Latest Images