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 |
Explain weg config settings for exception managment in asp.net?
What is a delegate in .NET?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is msil, il?
What is immutability?
What is new in .net core?
Difference between machine.config and web.config?
Will my .net app run on 64-bit windows?
How will you load an assembly which is not referenced by current assembly?
Which property is used in the email to send the content as HTML
How to customize the trace output?
WHAT IS .net