Development With A Dot

Blog on development in general, and specifically on .NET

Browse by Tags

All Tags » OR/M (RSS)
Finding Dirty Properties in NHibernate
Sometimes there may be a need for finding out if a specific entity, or a property of that entity, was changed, or, better yet, the original value for that property. Below is a set of extensions for ISession that give you just that. public static class...
.NET OR/M Performance Comparison
With the launch of the ORMBattle.NET site, a new discussion started on the blogosphere; later on, this post by Gergely Orosz added more ashes to the fire. The subject seems to be, is it possible to blindly compare OR/M tools, disregarding all differences...
More Posts