C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 13)
13.
Which of the following statements is correct about the .NET Framework?
.NET Framework uses DCOM for achieving language interoperability.
.NET Framework is built on the DCOM technology.
.NET Framework uses DCOM for making transition between managed and unmanaged code.
.NET Framework uses DCOM for creating unmanaged applications.
.NET Framework uses COM+ services while creating Distributed Applications.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
10 comments Page 1 of 1.

Jaipal Singh said:   1 decade ago
DCOM (Distributed Component Object Model) is a set of Microsoft concepts and program interfaces in which client program object s can request services from server program objects on other computers in a network. DCOM is based on the Component Object Model (COM), which provides a set of interfaces allowing clients and servers to communicate within the same computer.
(1)

Shikha said:   1 decade ago
Please explain about DCOM.

D.SriHarsha Vardhan said:   1 decade ago
What is DCOM?

Venkatesh said:   1 decade ago
Can any body please explain this question ?

Karthickkumar.b said:   1 decade ago
DCOM is an instance for Distributed Component Object Model and DCOM is orginally called NetworkOLE.

DCOM is proprietary MS technolgy for communication amoung S/w component distributed across the networked computers. And then another point is DCOM is the major competitor to CORBA. It's solve the problem of marshelling&garbage collection.

Gaurav Kumar Saini said:   1 decade ago
Thanks Dude.

Amit said:   1 decade ago
DCOM (Distributed Component Object Model) Communicate b/w older and newer application through COM interoperability then RCW (runtime callable wrapper), CCW (COM callable wrapper) come into the picture.

RCW -- its converted unmanage com library into manage .Net library.

CCW -- its converted manage library into unmanaged library for COM application.

Ruchira said:   9 years ago
Thanks for your answer @Amit.

Surendra saharan said:   8 years ago
Thanks @Amit.

Your answer is very helpful.

Thilaga said:   8 years ago
Thanks @Amit.

Post your comments here:

Your comments will be displayed after verification.