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
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is coupling in oop?
Why is polymorphism used?
What is pure oop?
How to call a non virtual function in the derived class by using base class pointer
What is a class in oop?
Why is oop useful?
Get me an image implementation program.
When not to use object oriented programming?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is destructor example?
What is and I oop mean?
What is the important feature of inheritance?
what are the realtime excercises in C++?
What is oops?what is its use in software engineering?