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 [...]
Archive for November, 2007
Generics support
NHibernate Query Generator
Nov 15
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>
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 [...]