Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2026

c-sharp

A collection of 35 posts

jos.enumeration

JOS.Enumeration - store in database (EF Core and Dapper)

Adds support for storing JOS.Enumeration values in a database using EF Core and/or Dapper.

3 years ago May 12th, 2023 3 min read
c-sharp

Prefix IDistributedCache keys

By using the decorator pattern we can handle prefixing of IDistributedCache keys in a single place

3 years ago February 7th, 2023 3 min read
c-sharp

Bonus - Builder Pattern with the implicit operator using c#

By using the implicit operator we can skip the Build method on our builders

4 years ago October 21st, 2022 1 min read
Enumeration class in C# using records
jos.enumeration

Enumeration class in C# using records

Let's see if we can optimize the Enumeration class provided by Microsoft in "eShopOnContainers"...

4 years ago September 17th, 2022 7 min read
c-sharp

C# - Tips and Tricks 02 - Named tuples

Use named tuples to improve the readability/usability of your code

4 years ago August 29th, 2022 1 min read
Subscribe via RSS
© Josef Ottosson 2026