Explain representational state transfer (rest) in detail?
Answer / Sourav Kumar Srivastava
"Representational State Transfer (REST) is an architectural style for designing web services. It allows resources to be accessed using standard HTTP methods (GET, POST, PUT, DELETE), and data is passed between the client and server as JSON or XML. RESTful APIs are stateless, meaning they do not store any information about the client between requests."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the advantage of mvc?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is the purpose of a web form?
Mention what is the difference between “ActionResult” and “ViewResult” ?
how do you query in entity model when the result has a join from from different database other than the entity model?
Features in .net framework 1.1 ?
What is needed for running an application built on winfx on the .net framework 3.0?
How to set the debug mode
What is the use of dataadapter ?
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
What is meant by viewdata?