Archives
-
Blog Changed
This blog has moved to using Orchard. In the next few days, things may not be working exactly as they should; please bear with me, I will try my best to make the transition as smooth as possible.
-
NHibernate Pitfalls: Querying Unmapped Classes
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls: Loading Foreign Key Properties
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls: Fetch and Paging
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
Getting the Topmost Hierarchical Parent in T-SQL
It is normal in databases to have hierarchical tables, that is, tables that are related with themselves, forming a parent-child relation. For example, consider this:
-
Entity Framework Pitfalls: Deleting Orphans
The idea for this post came from Jimmy Bogard, of AutoMapper fame.
-
Unity – Part 6: Registration by Convention
OK, sixth post on this series, long overdue. You will find the fifth (Injecting Values) here, the fourth (Extensions) here, the third (Aspect-Oriented Programming) here, the second (Dependency Injection) here and the first one (Introduction) here.