Fixing Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: ”object’ does not contain a definition for ‘{Method}”
We have some shared library code where we have an interface with a method Handle and an abstract class implementing the interface like below. We have many different types of handlers implementing the abstract class, each does different thing, similarly to the following sample code All these handlers are in different project to the web … [Read more…]