Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Since Asp.Net significantly redesigned it's architecture,we are totally blank regarding how we could create plugins and manage it on our asp.net mvc 6 applications as we could do it easily prior mvc5.We would be grateful if you could provide us an example.

like image 528
santosh timalsina Avatar asked Nov 09 '22 06:11

santosh timalsina


1 Answers

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

like image 186
alastairtree Avatar answered Nov 14 '22 23:11

alastairtree