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 |
Please explain what are an inheritance, polymorphism, and encapsulation?
Major role of CLR for CAS
Which namespace is the base class for .net Class library?
What is boxing and un-boxing in .net?
What operating systems does the .net framework run on?
How is a managed code executed?
How to load a user control dynamically in runtime?
Compare client server application with n-tier application
Is .net core stable?
What are the similarities and difference between class and structure in .net?
Explain attributes in dot net?
Interop Services?