What is Runtime callable wrapper?
Answers were Sorted based on User's Feedback
Answer / sivasubramanian.k
A Runtime Callable Wrapper (RCW) is a proxy object
generated by the .NET Common Language Runtime (CLR) in
order to allow a Component Object Model (COM) object to be
accessed from managed code. 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.
For example, a managed application written in C# might make
use of an existing COM library written in C++ or Visual
Basic 6, via RCWs.
The runtime creates exactly one RCW for each COM object,
regardless of the number of references that exist on that
object. The runtime maintains a single RCW per process for
each object. If you create an RCW in one application domain
or apartment, and then pass a reference to another
application domain or apartment, a proxy to the first
object will be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nitin
Runtime Callable wrapper is created by CLR. It enables com
dot net components to access com components.
It Creates Bridge between dot net component and com
component.
It filters Data Type between both component.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is COM Object in Dot net?
How do cookies work? Give an example of their abuse.
One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?
What is AutoEventWireup attribute for ?
What is the difference between application state and caching?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is versioning in .NET?
1 Answers Syntax Softtech, Wipro,
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
1 Answers Cap Gemini, Keane India Ltd, MindSquare,
What is the function of new view engine in asp.net? : asp.net mvc
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
What are the server control tags in asp.net.?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)