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 how do assemblies find each other?
Tell us what is the native image generator?
How do we access crystal reports in .net?
Explaing your project.
Explain the Difference between value and reference type.
Explain me what is encapsulation?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What?s Singleton activation mode?
Difference between assembly manifest & metadata assembly manifest
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
What is the difference between the C#.NET and VB.NET?
Please explain what is a delegate?