Dynamically load API Controllers ASP.NET
So i was thinking of a concept that allows me to seperate my controllers from the main application in ASP.NET
The way it would work is that i can make some sort of DLL/Library file for specific controllers and put them into a folder along with the main program which then load as controller
for example
Main App
-> APIController.dll : contains /api/
-> ServiceController.dll : contains /service/
and so on
The way it would work is that i can make some sort of DLL/Library file for specific controllers and put them into a folder along with the main program which then load as controller
for example
Main App
-> APIController.dll : contains /api/
-> ServiceController.dll : contains /service/
and so on
