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 |
In multilevel inheritance constructors will be executed from the .... class to ... class
what is meant by files?
What is object in oop?
What is the difference between an object and a class?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
What is a class in oop?
What is ambiguity in c++
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
What is encapsulation process?
what is the difference between containership and inheritence?
Why we are use # in begning of programme of c++.