0
MILLENNIUM created
Is it possible to load modules dynamicly (instead of referencing modules as attributes and direct assembly reference) I mean something like MEF, And Is it possible to add entities dynamicly in runtime ?
1 Answer(s)
-
0
Hi @MILLENNIUM, you can check the Plug-In Modules documentation, i think this is what you are asking for.
And Is it possible to add entities dynamicly in runtime ?
There is an open source project named Abp.DynamicEntity, maybe you can use it to create entities dynamically on runtime.