How does u handle this COM components developed in other
programming languages in .NET?



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

Post New Answer

More Dot Net General Interview Questions

Why did they call it .net?

1 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


Explain the main components in .net?

1 Answers  


What is exception handling?

1 Answers   Amazon,


Please tell us what is the difference between override and overload in a method?

1 Answers  


What is singlecall activation mode used for in .net?

1 Answers  


How inheritance works in .net?

1 Answers  


What are .net applications?

1 Answers  


What tools is used to develop .NET applications?

1 Answers  


What is the use of gacutil.exe?

1 Answers   Amazon,


Can "this" be used within a static method?

1 Answers  


Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

1 Answers  


Categories