Help regarding plugins in Asp.Net Core MVC
I'm currently building a small CMS for learning purposes. I wanted to integrate plugins to the app which I did using ApplicationParts and it works great, but I have to restart the server every time a new plugin is loaded/uploaded or if I have to update an existing plugin. I was wondering if there is a way to load/update ApplicationParts without an app restart?
Note: I looked a bit into NopCommerce's source (which is an open source e-commerce platform) and they also instruct to restart the server after installing new plugins.
0 comments:
Post a Comment