Answer Posted / guest
The common language runtime exposes COM objects through a
proxy called the runtime callable wrapper (RCW). Although
the RCW appears to be an ordinary object to .NET clients,
its primary function is to marshal calls between a .NET
client and a COM object
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is Event - Delegate? clear syntax for writing a event delegate
What does jit compilation do in .net?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is connected and diconnected database ?
Whate are resource files?
Is .net a compiler?
Is .net core managed code?
How big is the datatype int in .net?
Explain Creational design pattern in .NET?
What's the problem with .net generics?
Can "this" be used within a static method?
What is the difference between asp.net and asp?
Explain me what is an anonymous method and how is it different from a lambda expression?
Difference between class and interface in .net?