I’ve never really fancied Interfaces. But its quite surprising to find out that Interfaces are faster for object reference and invocation, as compared to Delegates or .NET Reflection.
I’ve never really fancied Interfaces. But its quite surprising to find out that Interfaces are faster for object reference and invocation, as compared to Delegates or .NET Reflection.