Base solution for your next web application
Open Closed

Plugins #3086


User avatar
0
mujthabagroad created

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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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.

  • User Avatar
    0
    mujthabagroad created

    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.

  • User Avatar
    0
    hikalkan created
    Support Team

    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.