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 can 2 different applications use the same dll in gac at the same time?
How will you load an assembly which is not referenced by current assembly?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
. How .NET can support multiple languages?
Please explain what inheritance is, and why it's important?
Can "this" be used within a static method?
Why MVC programming model preferred?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What's the problem with .net generics?
Explain about major components of the .NET framework.
What?s a proxy of the server object in .NET Remoting?
What is exception handling?