One of these days I had the need to create and extensible enum. Extensible in a way that allows people to add items to it,…
fullstack thoughts
One of these days I had the need to create and extensible enum. Extensible in a way that allows people to add items to it,…
I recently needed to map a C# class to a database table using FluentNHibernate. So far so good…. But then I got stuck as one…