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 |
What do you mean by variable?
Write a program to multiply 3x3 matrics
what is new modifier in C#
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
what is static?
What is the difference between Home and $Home?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What are callback functions in c++
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
Which is the only operator in C++ which can be overloaded but NOT inherited?
what is inline function?
Which language is pure oop?