Extending fluent nhibernate mappings in another assembly
- by Jarek
Hi, I'm using NHibernate with my ASP.Net MVC application.
I'm writing some extensions (plugins) for my application. And I'm loading those plugin dynamically (from different assemblies).
In my base application I have many entities and mappings defined (User, Group, etc...)
I need to create new entities in my extensions, so i.e. I'm creating News…