Minimalist NHibernate 3 Loquacious Configuration
Posted by Kevin McKelvin on August 15, 2010 in NHibernateIn NHibernate 3, they’ve brought in the Loquacious API to eliminate some of the XML burdens of NHibernate.
In most cases, the configuration of the ISessionFactory remains static between development and release. Of course anything that changes can be brought in via the App.config file.
This requires a connection string to be added to your App.config called DataConnection.



http://www.voipproviderslist.com/ Thanks for that awesome posting. It saved MUCH time
[...] I could create the configuration part by code. This fluent API to create a configuration is called Loquacious. Normally I would declare all this stuff in the application configuration [...]
[...] Strongly-typed configuration via code aka Loquacious API [...]