Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
Ayende has all the details here .
Read More...
-
-
If you’re a NHibernate user, you’ve surelly heard about the Fluent NHibernate , a project that allows you to define the mappings by using a fluent API. I didn’t really had the time for testing it until yesterday. Why did I only tested it yesterday? Simple: because I had to perform some major refactorings on the current project I’m working and that meant having...
Read More...
-
-
I do love NHibernate but there’ some things that keeps bothering me: value objects. Yes, NH does support it, but it seems like it’s impossible for having inheritance mapping when you decide to use them. There are some scenarios where inheritance makes sense, even when you’re thinking about value objects. For instance, lets think about contacts…You can probably...
Read More...