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 |
Why do we need polymorphism in c#?
what is Class in oops with example?
what is polymorpsim? what are its types?
What does I oop mean?
What is abstraction oop?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
What are the important components of cohesion?
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
polymorphism means?
What is inheritance write a program to show use of inheritance?
Is data hiding and abstraction same?
What are two types of polymorphism?