What are CCW and RCW?
Answers were Sorted based on User's Feedback
Answer / prakash.rout
ccw is called com callable wrapper where as rcw is called as
runtime callable wrapper.
| Is This Answer Correct ? | 74 Yes | 5 No |
Answer / muruganantham
Com Callable Wrapper
1)Create Assembly and compile with strong name.
2)Register Assembly using regasm <assembly name>
3)Register Assembly in GAC using gacutil /i <assembly name>
4)Use tlbexp <assemblyname.dll> to export Assembly as Type
Library for COM.
Runtime Callable Wrapper
1)Create Public Key Token file using sn.exe –k
<keyfilename.snk>
2)Use tlbimp <TypeLibFileName> /keyfile: <keyfilename.snk>
/out: <AssemblyName.dll>
3)Register Imported Assembly in GAC using gacutil /i
<AssemblyName.dll>
| Is This Answer Correct ? | 42 Yes | 4 No |
CCW is the Com Callable Wrapper. This will buily a bridge
between the Com Component and the .Net Component
RCW is the Runtime Callable Wrapper. This will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type
| Is This Answer Correct ? | 35 Yes | 7 No |
Answer / vijaya bhaskar
RCW :- we are using COM Component in .Net application
directly we can't call. That's way we need to create a
wrapper trough Tlbimp.exe read COM classes and interface in
assembly metadata.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / sheena
CCW-com callable wrapper....
provides interface between com client and .net componenet
RCW-Runtime callable wrappper...
provides interface between .net client and com component
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / abhishek mishra
Com Callable Wrapper(ccw) build a bridge
between the Com Component and the .Net Component
Runtime Callable Wrapper(rcw) will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / srinivasareddy. varikuti
1.Com Callable Wrapper build a bridge
between the Com Component and the .Net Component
2.Run time Callable Wrapper will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mohan
CCW is the Com Callable Wrapper. This will buily a
bridge between the Com Component and the .Net Component
RCW is the Runtime Callable Wrapper. This will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manpreet singh
These are business objects(Components).
| Is This Answer Correct ? | 14 Yes | 31 No |
Define manageability?
Is the COM architecture same as .Net architecture? What is the difference between them ?
Difference between COM and .NET component ?
What is com, com+ and dcom ?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
Explain durability?
What is the difference between com architecture and .net architecture?
Explain the disadvantages of com components?
What is availability?
Are com components serializable?
What is manageability?
Define jit activation?
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)