I want to make my project as different modules...and want to plugin each module as per client requirements.
So,How can i proceed with ASP.NET zero ?
3 Answer(s)
-
0
Hi,
ABP framework provides some level of modularity and plugin system. See documentation to know it's capabilities: <a class="postlink" href="https://www.aspnetboilerplate.com/Pages/Documents/Module-System#plugin-modules">https://www.aspnetboilerplate.com/Pages ... in-modules</a> If you are not using angular, then it provides most of the needed infrastructure, but you may need to change your code to adapt modularity. If you also want to use multiple dbcontext, then you should also manage db migrations.
-
0
What i am looking is
We need to plug multiple modules to mother application. For example:
Mother application contains basic functionalities and other all module can be plugged on demand, modules like sale, purchase, inventory.
Here will be having multiple web projects for corresponding modules which can be managed separately.
Indented to use Angularjs ASP.NET MVC for development.
Waiting for the reply.
Thanks.
-
0
Hi,
AspNet Zero does not have such an infrastructure. This would be a very useful architectural design. We want to provide it in the future, but you can develop this infrastructure yourself.