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 |
Name an advantage of linked list over array?
What is advantage of inheritance?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
which feature are not hold visual basic of oop?
What does and I oop and sksksk mean?
What is destructor give example?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
How to use CMutex, CSemaphore in VC++ MFC
What is the use of fflush(stdin) in c++?
Which method cannot be overridden?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
Is enum a class?