Skip to content

Opening book details…

Can I read NHibernate Configuration Essentials on EtoBox?

NHibernate Configuration Essentials by breathingdust is a document available to read on EtoBox.

What is NHibernate Configuration Essentials about?

The document discusses the basics of NHibernate configuration and usage. It describes: 1. How to configure NHibernate through XML files specifying the database dialect, connection string, and entity mappings. 2. How to create an ISessionFactory from the configuration, which is expensive to create but thread-safe and reusable. 3. How to generate or update the database schema from the mappings using SchemaExport or SchemaUpdate. 4. How to work with ISessions to load, save, update and delete entities from

Author
breathingdust
Language
EN