- Posted by Jakob Andersen on March 14, 2008
I did some work today with MonoRail and some of the tools from Ayende's repository (which contains a lot of tools/code snippets/extensions etc he calls Rhino Tools). I build both things from trunk as well as nHibernate from trunk because I tried to figure out a lot of internal stuff, however this ca...
[More]
- Posted by Jakob Andersen on March 12, 2008
The forum for usage questions about nHibernate is a sub forum on the hibernate forum site. When you are in the nHibernate sub forum a nice and shiny RSS button is shown but the feed that it links to contains all items from all sub forums on the site which is not what i expected. I have lived with th...
[More]
- Posted by Jakob Andersen on March 10, 2008
If you haven't noticed yet i like working with nHibernate, however once in a while you hit something not implemented in nHibernate (yet!).
A while ago i worked on a project using nHibernate and should construct a query, this included a subselect which shouldn't be a problem...
[More]
- Posted by Jakob Andersen on March 10, 2008
I found myself trying to fix a bug in the nHibernate source today.With nHibernate its a pleasure to have a lot of unit tests to make sure you (hopefully) haven't broken anything with your changes. I did what i always do, checked out the nHibernate trunk ran all the tests and no failures. ...
[More]