Matthew Brubaker
1 post.
- Enums and NHibernate: Taking the logic out of the viewEveryone knows the benefits of using enums in code. However, when you use NHibernate to store those enums to a database, all you get are the numeric values those enums represent. I wanted a way to …
