Skip to content

Instantly share code, notes, and snippets.

windsorContainer.Register(
NHibernateIntegration
.Configure(config =>
config
.ProxyFactory<ProxyFactoryFactory>()
.Dialect<MsSql2008Dialect>()
.Provider<DriverConnectionProvider>()
.ConnectionString(connString)
.Driver<SqlClientDriver>()
.CreateFactory(factory =>