Archives
-
Java vs C# – Part 1
Disclaimer: long post!
-
Lesser-Known NHibernate Features: Versioning and Optimistic Concurrency
NHibernate supports the notion of entity version. An entity version is the value of some entity property that is mapped as versioned. There are several strategies for versioning:
-
Learning Microsoft Azure Review
-
Unity, Part 10: Custom Build Strategies
We’re getting there! This time, custom build strategies, or how you can tell Unity to build/act upon built objects in different ways.
-
Lesser-Known NHibernate Features: Filtering an Unloaded Collection
Suppose you have an entity with a collection of other entities (one to many, many to many); this collection is normally represented by some property implementing IEnumerable<T>, or one some more specific interface.