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 |
What is concurrency? How will you avoid concurrency when dealing with dataset?
Explain what does managed mean in the .net context?
What is a strategy pattern? Implement it.
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
Can u explain me What is encapsulation?
7 Answers Deloitte, GK companies,
How many types of design patterns available in .NET?
What are the important components of .net?
Explain re-clarification of object based in .net?
How is threading done in .net?
Which method do you use to redirect the user to another page without performing a round trip to the client?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What are the two kinds of properties.