How does u handle this COM components developed in other
programming languages in .NET?
Answer / Ram Vijay Singh
In .NET, you can handle COM components developed in other programming languages using Interop Assemblies. These assemblies contain the RCWs that enable .NET applications to call the methods of the COM components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why did they call it .net?
What distributed process frameworks outside .NET do you know?
Explain the main components in .net?
What is exception handling?
Please tell us what is the difference between override and overload in a method?
What is singlecall activation mode used for in .net?
How inheritance works in .net?
What are .net applications?
What tools is used to develop .NET applications?
What is the use of gacutil.exe?
Can "this" be used within a static method?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?