Showing related tags and posts accross the entire site.
-
Get your head out of the gutter. It's important to look at your mapping files closely when trying to diagnose unexpected results. One of our developers had recently added two properties to our big honkin' CustomerOrder entity. These both happened to be enumeration values, which are represented...
-
I posted recently a manual .reg file for adding the NHibernate Query Generator custom tool to Visual Studio 2008. I just sent Ayende an update to the .Setup Product.wxs, a WiX file, which adds a new fixture specifically for 2008. If you are interested in building the installer and running the trunk of...
-
Adds Visual Studio 2008 installer support for the NHibernate Query Generator installer.
-
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...