Dynamically extending features of an application?

后端 未结 5 722
孤独总比滥情好
孤独总比滥情好 2020-12-25 09:57

I recently came across a way to develop pluggable application modules when using ASP.NET MVC3/4 and I loved the simplicity of the approach. Currently, I have my applications

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-25 10:51

    This looks similar to how Orchard CMS does modules.

    Take a look at their Gallery... The modules are distributed as Nuget packages, containing the whole module project.

提交回复
热议问题