AOP weavers like postsharp let you do some duck typing like stuff by injecting interfaces as post compile step.
Actually Linq + Reflection is some of the most entertaining code to write C#. Example: http://github.com/ecoffey/Bebop/blob/master/Bebop/BebopAppli...
we're saying there "Give me all the types out of a specific assembly that implement IResource".
Actually Linq + Reflection is some of the most entertaining code to write C#. Example: http://github.com/ecoffey/Bebop/blob/master/Bebop/BebopAppli...
we're saying there "Give me all the types out of a specific assembly that implement IResource".