1
Answer

C# plugin

I have developed a calculator plugin project. In my project i have made all the operators(+, - / and*) a separate plugins which are injected to the host application. Now i need all those operator plugins to be downloaded from the remote location to my host solution.
Answers (1)