Browse by Tags

Sorry, but there are no more tags available to filter with.
NHibernate LINQ is out!
Sun, Jul 26 2009 14:22
Ayende has all the details here . Read More...
by luisabreu | with no comments
Filed under: ,
Using the new Fluent NHibernate project
Fri, Oct 24 2008 14:38
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...
by luisabreu | with no comments
Filed under: ,
NHibernate and value objects
Fri, Sep 26 2008 9:23
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...
by luisabreu | with no comments
Filed under: ,