How to create and manage plugins in ASP.NET Core MVC 1.0?

Since Asp.Net has significantly changed its architecture, we absolutely do not know how we could create and manage plugins in our asp.net mvc 6 applications, since we could do this easily before mvc5. We would be grateful if you could provide us with an example.

+5
source share
1 answer

OrchardCMS 2 is developing a modular application framework for the asp.net core mvc kernel, but I think this is still ongoing. One to keep an eye on the future. See https://github.com/OrchardCMS/Orchard2/pull/530 for some code and more information in this video: https://channel9.msdn.com/Shows/On-NET/Sbastien-Ros-Modular-ASPNET -apps

+1
source

All Articles