Extension method for adding export hbm from fluent nhibernate when in a debug environment
Came up with a useful little extension method today. I wanted the fluent nhibernate configuration to export the hbm files when the site is being run in debug mode.
1: /// <summary>
2: … more