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 user controls are and what server controls are and the differences between the two.
How to customize the trace output?
What is difference between .net and .net core?
What is a serviced component?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is DTS and explain the purpose of it?
What exactly is being serialized when you perform serialization in .net?
Is .net a programming language?
How will you load an assembly which is not referenced by current assembly?
What does mean by .net framework?
What is reflection in microsoft .net context?
What is managed code in .NET?
What is an anonymous method and how is it different from a lambda expression?
What is dot net architecture?
What is delegation in .net?