Calling Code Dynamically
I’ve never really fancied Interfaces. But its quite surprising to find out that Interfaces are faster [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp02172004.asp] for object reference and invocation, as compared to Delegates or .NET Reflection.…