Category: NHibernate

  • Intellisense for the NHibernate XML Schemas

    I saw Chris Bowen speak at Microsoft in Waltham, MA last week and he tipped me off to a (new?) feature in Visual Studio 2005.  In Visual Studio 2005, you can make the IDE detect custom XML schemas and then let you do intellisense.  That got me thinking about how to set that up for NHibernate.  A…

  • NHibernate and nullable value types.

    If I were designing a database from scratch, I’d avoid nullable columns like The Plague.  Unfortunately, a lot of legacy (and not-so-legacy) databases tend to have nullable columns.  Kinda sucky if you’re doing NHibernate development under .NET 1.1 because you have to have to do a extra stuff to make it work.  In preparation for my…

  • NHibernate ASP.NET Sample for Visual Studio 2005

    I’ve updated my NHibernate sample application to use NHibernate 1.0, Visual Studio 2005, and SQL Server 2005. It’s available for download here.  I’m working on writing a custom membership provider using NHibernate but for now the login is hard-coded.  The user name is “admin” and the password is “password”.  -Ben Update (11/5/2005): In order to…

  • I'll be speaking at VSLive! San Francisco on NHibernate and Security

    Exciting news!  (For me, anyway.)  I’m going to be giving two talks at the VSLive! conference in San Francisco.  On January 31, I’ll be discussing “Rights-based” security (rather than “Role-based” security) systems and how to implement one using a custom ASP.NET Membership Provider.  Then on February 1, I’ll be doing an overview session on developing ASP.NET…

  • NHibernate 1.0

    NHibernate 1.0 has been released. More to come…. -Ben

  • Playing with NHibernate RC2

    I’ve ignored NHibernate for much of the summer.  Lately I’ve been talking to potential clients, trying to drum up some business for Q4 and I’ve been surprised by how many questions I’ve gotten about NHibernate.  I’ve also been pleasantly surprised by the number of hits and emails I’ve gotten from random people in the NHibernate community since being listed…