-
Wiki extracted from the 2.0 Reference Documentation Overview A (very) high-level view of the NHibernate architecture: This diagram shows NHibernate using the database and configuration data to provide persistence services (and persistent objects) to the application. We would like to show a more detailed...
-
Alternatively, you can have the ISessionFactory open connections for you. The ISessionFactory must be provided with ADO.NET connection properties in one of the following ways: Pass an instance of IDictionary < string, string > (property name, property value) to Configuration .SetProperties( IDictionary...