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 |
How do you trigger the paint event in system.drawing?
what are connection strings?
Explain the main components in .net?
Which method do you use to redirect the user to another page without performing a round trip to the client?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the properties of ADO.NET?
Explain me what is encapsulation?
What does cli do?
How to produce an assembly?
Explain how com+ related to the dna architecture?
Can a try block have nested try blocks?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?