By tag: UserTypes
0
kicks
CompositeUserTypes in NHibernate
Often times when you’re developing an application, there is a one-to-one mapping between your domain model (object model) and your database schema. Doing it this way often times makes it easier to wrap your head around everything going on in your app. But this isn’t always the right way to do thin...