Last Updated: February 25, 2016
·
947
· shamp00

A plugin framework using Ninject and Roslyn

You can use Ninject and Roslyn to replace a class at runtime.

  • even if the class has dependencies.
  • with no assembly versioning headaches (no dll hell)
  • without a crazy proliferation of separate assemblies.

See here:
http://blog.zerosharp.com/replacing-a-class-at-runtime-using-ninject-and-roslyn-part-1/