
How to create String Enums
More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.
All technologies, only pure source code
More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.