Archives
-
NHibernate Pitfalls: Specifying Property Types
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
Simple Calculations With .NET
The idea for this post came from a recent post of Salvador Gascon (@salvadorgascon): http://salvadorgascon.wordpress.com/2014/09/27/how-evaluate-math-expressions/.
-
Cascading Drop Down Lists in SharePoint
A common request is the ability to have one drop down list (the child) being filled after another one (the parent) has; this is usually called cascading drop down lists.
-
NHibernate Pitfalls: One Shot Delete and Inverse Collections
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate and the Specification Pattern
My friend Zoran Maksimovic (@zoranmax) of Agile-Code, who was the technical reviewer of my NHibernate Succinctly book (and something else too…), invited me to write a guest post at his blog. The result was NHibernate and the Specification Pattern.
-
NHibernate Pitfalls: Deletes
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls: Get and Filters
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls: Criteria and Collections of Non-Entities
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
Deleting Entities in NHibernate
This post was motivated by a conversation with Salvador Gascon (@salvadorgascon). Might even go to the pitfalls section… Anyway, the problem is: how many ways there are to delete an entity in NHibernate? And what are the advantages/disadvantages of each?
-
NHibernate Pitfalls: HQL Delete Does Not Cascade
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.