Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Forked from tunatoksoz/gist:454403
Created June 26, 2010 23:19
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