NHibernate
NHibernate and Domain Driven Design
Ben Scheirman wrote a series of articles about NHibernate and Domain Driven Design.
A Journey with NHibernate – Part 1
A Journey With NHibernate – Part 2
A Journey With NHibernate (and DDD) – Part 3
A Journey with Domain Driven Design (and NHibernate) – Part 4
A Journey with Domain Driven Design (and NHibernate) – Part 5
A Journey [...]
Implementing the Singleton Pattern in C#
The singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be created, and usually gives simple access to that [...]
Read Full Post | Make a Comment ( None so far )

