Archive
Archive for the ‘Web Services’ Category
REST Services
March 4, 2015
Leave a comment
REST : Representational State Transfer
Principle of REST Services
- Everything is resource
- Every resource identified by unique URI
- User simple and uniform interface (like GET, POST, PUT, DELETE)
- All communication done via Representation
- Be Stateless
Will add some information soon !
Thanks
Categories: Web Services
ASP.NET, ASP.NET MVC Framework, REST, REST Services, Services, uniform interface, web services
Comments