What is the difference between XML Web Services using ASMX
and .NET Remoting using SOAP?
Answer Posted / 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 View All Answers
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is polymorphism what are the different types of polymorphism?
#include
What is oops?what is its use in software engineering?
Can private class be inherited?
What is destructor example?
What is inheritance write a program to show use of inheritance?
What is the benefit of oop?
What is ambiguity in inheritance?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
how to get the oracle certification? send me the answer
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is overloading in oop?
What is basic concept of oop?
What type of loop is a for loop?