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 is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Give two or more real cenario of virtual function and vertual object
Is oop better than procedural?
what is the main difference between sizeof() operator in c and c++
what is data abstraction with example.
Can main method override?
features of OOPS
22 Answers Ness Technologies, Satyam,
What is encapsulation selenium?
How do you explain polymorphism?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Can we call a base class method without creating instance?
What language is oop?