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 tags do you need to add within the asp:datagrid tags to bind columns manually.
What is assembly in .net?
what is the default security setting in .net?
What is data type and how many types of data types are in .NET ?
What are the different types of remote object creation mode in .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is "common language specification" (cls) in .net?
Explain when should you use .net web forms over asp.net mvc?
What is SOAP? How you will do windows and forms authentication?
Can a try block have nested try blocks?
What are the security policy levels in .Net
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Please explain what is heap and what is stack?
What is the difference between task and thread in .net?
Explain me what is encapsulation?