Browsing Posts published in February, 2011

[Code for this article is available on GitHub here.] NHibernate 3 introduces support for both the .NET 3.5 Client Profile and .NET 4.0 Client Profile. This means that applications built with NHibernate can be deployed to client desktops without the full .NET Framework installed. Why hasn’t this been available all along? NHibernate 2.X was built […]

[Code for this article is available on GitHub here.] Nothing gets an OO zealot hot under the collar the way the term polymorphism does. You probably have three questions right now… What does polymorphism have to do with object-relational mapping? How does it relate to NHibernate? And why should I care? An ORM that supports […]