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#.
Tag: netstandard
Derived classes with System.Text.Json
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.