Posted By: Mike Taulty | Jul 15th @ 12:14 PM
It can be useful to be able to dynamically load assemblies from the web in order to factor the application or add additional code at runtime. Here we look at how we can start doing that.
Rating:
0
0

In this demo the type name of the 'plugin' was hard coded into the hosting application.  A more decoupled approach would be to enumerate types in the assembly looking for an implementation of the desired interface.