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
In code behind class, name the type of code found. Is it the server side code or client side code?
How to Create and Consume a Web Service?
Describe difference between inline and code-behind?
Explain what is the difference between encrypting a password and applying a hashing?
Please explain what do the terms “boxing” and “unboxing” mean?
Explain Creational design pattern in .NET?
What are data types in .NET?
Difference between value type & reference types ?
What is a manifest in .net?
Will it go to finally block if there is no exception happened?
Explain the process of serialization in .NET?
How do I use the thread pool?
Can a try block have nested try blocks?
What's wrong with a line like this? Datetime.parse(mystring);
What tags do you need to add within the asp:datagrid tags to bind columns manually.