1:00 PM Introduction to NHibernate
by Sean ChambersNHibernate is an Object Relational Mapping framework much like Entity Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.
