7 Mar
2009

What I Really, Really, Really Like About Using Fluent NHibernate

Reusable Mappings Something that slightly bothered me with the XML mappings of NHibernate, is the fact that some things need to be configured over and over again. Behold the following two mapping files: Catalog: <class name=”Catalog” table=”`Catalog`” optimistic-lock=”version”> <id name=”Id” column=”Id” type=”Guid”> <generator class=”guid.comb” /> </id> <version column=”Version” name=”Version” /> <property name=”Name” length=”100″ type=”String”> <column […]

Read More
7 Mar
2009

How Do I Learn

You may have noticed that I didn’t get around to write that many blog posts over the last two months. While some of you may regret this, others would argue that the universe has been a much better place since then :-). Anyway, I haven’t been picking my nose these last couple of months. I’ve […]

Read More