What is difference between rest and soap?
Answer / Puneet Awasthi
REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are two common protocols used for web services communication.
REST is a lightweight, stateless, and resource-oriented approach that uses HTTP methods (GET, POST, PUT, DELETE) to perform operations on resources. It typically does not use XML or WSDL for service description and communication.
SOAP, on the other hand, is a more complex, stateful protocol that uses XML messages to describe both the service and the data being transferred. It often requires a WSDL file for service discovery and can support various transport layers (HTTP, SMTP, etc.).
| Is This Answer Correct ? | 0 Yes | 0 No |
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Where do we store our connection string in asp.net application?
What’s the difference between asp.net web forms and asp.net mvc?
What is custom events?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
when to use webservice and when to use remotong diff between them
What is difference Between Authentication and authorization?
Difference between using directive vs using statement?
What are the advantages and limitations of query string?
Can we use the java script code in .Net Code behind?
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel
What is x xss protection?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)