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 the purpose of delegates in .net?
Please tell us what is the difference between override and overload in a method?
How can you see which services are running on a Windows box?
Explain the two different types of typecasting?
What is lazy initialization?
What are the different types of assemblies?
ctype(123.34,integer) - should it throw an error? Why or why not?
Give An example of a ctype and directcast.
What is a Strong Name?
What is the use of common language runtime?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is MSIL, IL, CTS?