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 is Ajax? How it is related to your project?
What is STA in .NET?
What is exception handling?
Difference between Debugging and tracing in .net
Explain weg config settings for exception managment in asp.net?
How do you create threading in .NET? What is the namespace for that?
What is prerender event of a page?
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 is the difference between override and overload in a method?
Explain clr, cts and cls?
What is different between webusercontrol and in webcustomcontrol?
Is there any attempt system for microsoft technology papers?