Is it possible implement webservices without SOAP?
Answer Posted / m.shanmuga sundaram,rjnsoftwar
Representational State Transfer (REST) is an alternate to
SOAP. HTTP methods like PUT,GET,POST,DELETE are used for
CRUD operations (Create,Retrieve,Update and Delete
operations) manipulating data.
In ASP.Net, work with http handlers (.ashx) to implement
REST. Newer versions of framework may have their built in
functionality.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain me what is an anonymous method and how is it different from a lambda expression?
When displaying fonts, what is the difference between pixels, points and ems?
Is .net core managed code?
what is the meaning silverligt control
Please explain the difference between constants and read-only variables?
Please explain what is heap and what is stack?
Which Namespace is used to to achieve MultiThreading in .NET?
what is prototype design pattern in .net
Explain about .NET services?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Do you know the difference between the stack and the heap?
What is different between webusercontrol and in webcustomcontrol?
How to Create and Consume a Web Service?
Describe session handling in a webform, how does it work and what are the limitations?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?