Archives
-
NHibernate Pitfalls: Non Nullable Columns in Table Per Class Hierarchy Inheritance
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
Strongly Typed Routes for ASP.NET MVC
OK, I know there are already a number of these, but since I didn’t actually know any, I wrote my own library.
-
Soft Deletes With NHibernate, Part II
After my previous post, Adam Bar suggested that setting an SQL Delete command might be a better idea, I actually agree with him, so I decided to post an alternative solution.
-
Attaching Disconnected Entities in NHibernate Without Going to the Database
Because the SaveOrUpdateCopy method of ISession is marked as obsolete, we no longer have an API method that allows us to attach a disconnected entity (meaning: coming from a session that no longer exists) to a new session without going to the database, something that Merge, Lock, Refresh all do. Sometimes this is not desirable.
-
Soft Deletes With NHibernate
Updated: thanks, Adam
-
NHibernate Pitfalls: Making Changes to the Configuration After the Session Factory Is Built
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
My All Time Favorite Posts
Since this blog started, back in 2008, I wrote a lot of posts. I’d say some are still up to date. I picked a few of them, those I’m more proud of, in no particular order.
-
NHibernate Pitfalls: Integrating NHibernate Validator
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls: Batch Loading
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.