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 |
Polymorphism with an example?
What is polymorphism ? Explain with examples
What is encapsulation in oop?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
what is costructor?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
What does I oop mean?
what is function over loading?
What is abstraction in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
difference between structure and union.
What is coupling in oop?