What is RCW (Run time Callable Wrappers)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sachin srivastava
RCW: it is know as run time callable wraper.
the function of RCW:
It is the mediator between the .net components and com
componets to convert com components in to dot net
components.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain what is the difference between web application and enterprise application?
What is the managed and unmanaged code in .net?
What are HTML controls, Web controls, and server controls?
What is Event Bubbling in .NET?
Please explain what is heap and what is stack?
Can I write il programs directly?
Why did they call it .net?
What is stored procedure ? how we use it in .NET ?
Explain the difference between constants and read-only variables?
What is lambda expressions in c#?
What is an EXE?
Explain boxing and unboxing in .net.