Is it possible implement webservices without SOAP?
Answers were Sorted based on User's Feedback
Answer / 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 |
What's a windows process in .net?
Describe the role of global.asax.
What is a strategy pattern? Implement it.
How do you turn off cookies for one page in your site?
What is the base class of Button control in .NET?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What are the deferred execution and the immediate execution in linq?
How to get the hostname or IP address of the server?
What is "common language runtime" (clr) in .net?
Explain how garbage collection works?
Please explain what is immutability, what is it for and how is it codified?
why .net does not support multiple inheritance?