Archive for December, 2007

ASP.Net MVC Checkbox/boolean Value Mapping

In my quest to get my wpfstyle.com site written in the new ASP.Net MVC framework (day 3) I’ve run across a little issue that I’m sure will come up again. In my world, a checkbox always seemed to imply true/false or yes/no.  In reality, it can mean a lot of things in an Html Form.  [...]

ASP.Net MVC and Forms Authentication

So last weekend I picked up the new ASP.Net 3.5 Extensions Preview CTP (and MVC Toolkit) from the ASP.Net team and I’m loving the MVC bits.  I never could get in to MonoRail mainly because I’m a developer diva.  I need intellisense, syntax highlighting, the whole deal.  For a CTP, this release packs quite a [...]

NHibernate Query Generator Installer for Visual Studio 2008

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 NHQG, below [...]