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
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Is atl redundant in the .net world?
Explain me why do we use msmq?
Explain what is the difference between constants and read-only variables?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What does stateless mean?
What's the problem with .net generics?
Explain me what are the deferred execution and the immediate execution in linq?
What does jit compilation do in .net?
How to create a key pair in .net?
How is .net able to support a lot of languages?
What do you mean by web service?
What is smart navigation in .net?
Why do we use the “using” statement?
What is the difference between asp.net & vb.net and explain architecture?