What are the advantages of C# com interop?
Asked By
30 points
N/A
Posted on - 02/06/2015
From a COM Interop point of view, which one is better to use? C# .NET(interopServices) or IDLÂ in managing of COM+ interface? Is there anything that InteropServices have that isn't possible with an IDLÂ or is there anything that IDL has that isn't possible with InteropServices? I'm asking about performance and feature differences.
Â