Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Forked from tunatoksoz/gist:454403
Created June 26, 2010 23:19
Show Gist options
  • Save kkozmic/454435 to your computer and use it in GitHub Desktop.
Save kkozmic/454435 to your computer and use it in GitHub Desktop.
var container = new WindsorContainer();
container.AddFacility<NHibernateFacility>(c => c.ForMsSql2005().ConnectionStringName("myConnectionString"))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment