Quantcast
Viewing all articles
Browse latest Browse all 10

Organize your NHibernate mapping files inside Visual Studio

NHibernate uses an xml file to describe the mapping. Typically it is embedded as a resource file inside your project and it has a consistent filename convention, namely <classname>.hbm.xml. Typically an NHibernate project has the following structure Would it not be nice if we can organize it in the following way? I found it always...

Viewing all articles
Browse latest Browse all 10

Trending Articles