Introduction Is NHibernate as an ORM tool or framework better suited for a data centric application or for an application developed by applying domain driven design? Well, that should NOT be the question here. NHibernate can serve equally well both approaches. But which one would you choose? A data centric design The modeling of the data structure is the center piece of this kind of design. The database is the most important part of our architecture. The DBA plays a very important role. Data Layer That's ok for simple problems like managing a collection of...