Note: This post has been cross posted from my own blog at Los Techies. I am very pleased to announce that my book NHibernate 3 Beginners Guide has finally been published. It is a wonderful feeling to finally have a book in my hands that cost me a couple of months of intense work. But I think the result...
Nearly all of the features listed here are described more fully in the document: NHibernate - Relational Persistence for Idiomatic .NET http://nhforge.org/doc/nh/en/index.html Numerous databases supported SQL Server (2000, 2005, 2008, Express, CE) Oracle (9i, 10g, 11g) DB2, Firebird, Informix, MySQL...
Posted to
How to
by
John Davidson
on 07-18-2010
Filed under: Architecture, Configuration, Nhibernate Documentation
NHibernate 2.1.0GA was released today. Download it! After download it please take a look to releasenotes.txt file. Note: The series NH2.1.x is the last whose target is .NET2.0 The reference manual is available for download. We can’t release the API doc because its size. To compile API documentation...
While working on the NHibernate Documentation , I’m drawing some pretty pictures. I actually never liked the architecture diagrams much, because I never knew what exactly they are trying to show. The original architecture diagram looks like this: I never found this diagram very helpful. (When I...
I started to restructure and enhance the NHibernate documentation. I want to move from a "Reference Documentation" to a "Programmers Manual". The difference is, that when you read a reference documentation you already know the concepts and only need to know details like xml elements...