Archive for November, 2007

NHibernate Query Generator with Visual Studio 2008

I’ve been using Ayende’s NHibernate Query Generator (NHQG) to help type-ify my NHibernate repository queries.  One of the great +1′s of his tool is that you can apply it as a Custom Tool for your NHibernate mapping files right within Visual Studio.   With this setup, every change to my mapping file is reflected in my [...]

NHibernate 1.2.0.x versus 2.0.0.x

Generics support

NHibernate Query Generator

Had to replace 1.2.0.2002 with 1.2.0.4000 of NHibernate.dll.  Binding redirect. <dependentAssembly> <assemblyIdentity name=”NHibernate” culture=”" publicKeyToken=”"/> <bindingRedirect oldVersion=”1.2.0.2002″ newVersion=”1.2.0.4000″/> </dependentAssembly>

Strangest Support Call… EVER

Here at Speedway our Speedy Rewards team rotates a support phone for any serious problems.  Usually it’s an Oracle Split-Brain, though we have that under some control.  Today it was a little different.  I received a call from one of our business clients asking for help in looking up a customer’s information and needed some help.  Didn’t [...]