.NET
JSON-Serializable, Dapper-Saveable, Enum as a String … in C#
Learn how to enable your enums to easily serialize as strings, and save them to your database using Dapper as a string. Also… delve into a more complicated example with greater flexibility and stronger type-safety than a simple enum.