arslanaybars / PAS

Reflection based Plugin Architecture Sample with using c# (netstandard2.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflection based Plugin Architecture Sample with using c#

We use plugins for extending our solution without re-compile and distribute it to customers.

basically, we scan manually folder to find the plugin in the .dlls then with reflection help we are creating class instances.

This is basic sample understand main logic of plugin architecture. For communication we should implement IPlugin interface to the plugins

developed with using netstandard2.0

references

About

Reflection based Plugin Architecture Sample with using c# (netstandard2.0)


Languages

Language:C# 100.0%