What is the difference between XML Web Services using ASMX
and .NET Remoting using SOAP?



What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?..

Answer / skybeaver

XML web services using ASMX conform to the WS-I basic
profile, which means that it meets certain interoperability
standards.

.NET Remoting isn't implemented with much concern for
interoperability. Services implemented using .NET
Remoting, even if they use an open standard like SOAP as
the transport layer, cannot be consumed by non-.NET clients.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More OOPS Interview Questions

Why do we need polymorphism in c#?

0 Answers  


what is Class in oops with example?

4 Answers   HCL,


what is polymorpsim? what are its types?

8 Answers  


What does I oop mean?

0 Answers  


What is abstraction oop?

0 Answers  


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


What are the important components of cohesion?

0 Answers  


in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

1 Answers   IonIdea,


polymorphism means?

6 Answers   BFL,


What is inheritance write a program to show use of inheritance?

0 Answers  


Is data hiding and abstraction same?

0 Answers  


What are two types of polymorphism?

0 Answers  


Categories