Explain representational state transfer (rest) in detail?



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

Post New Answer

More Dot Net Framework Interview Questions

What is the advantage of mvc?

1 Answers  


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

1 Answers  


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?

1 Answers  


What is the purpose of a web form?

1 Answers  


Mention what is the difference between “ActionResult” and “ViewResult” ?

1 Answers  


how do you query in entity model when the result has a join from from different database other than the entity model?

1 Answers   Microsoft,


Features in .net framework 1.1 ?

1 Answers   Digital GlobalSoft,


What is needed for running an application built on winfx on the .net framework 3.0?

1 Answers  


How to set the debug mode

1 Answers   4Cplus,


What is the use of dataadapter ?

5 Answers   Arvato,


What are the types of assemblies and where can u store them and how ?

11 Answers   Accenture, BirlaSoft, IBM,


What is meant by viewdata?

1 Answers  


Categories