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
Explain what is the difference between constants and read-only variables?
How do you turn off cookies for one page in your site? Give an example.
What are code contracts?
What is the difference between constants and read-only variables?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What are the core differences between .NET Languages ?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain what do the terms “boxing” and “unboxing” mean?
What is static constructor, when it will be fired? And what is its use?
Please explain what is heap and what is stack?
What is .net3.0 and .net3.5?
What is the difference between odbc and ado?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What does jit compilation do in .net?
Explain the difference between public and static modifiers?