This document provides an introduction to object-relational mapping (ORM) and NHibernate. It discusses ORM techniques for converting data between object-oriented programming languages and relational databases. The document then provides an overview of NHibernate, an open source ORM framework for .NET, including its basic concepts, configuration, querying capabilities, and additional reading.