Showing posts with label REST. Show all posts
Showing posts with label REST. Show all posts

How to define a service as REST based in WCF ?

Sunday, March 4, 2012

By adding the WebGet attribute, we can define a service as REST based service that can be accessible using HTTP GET operation.
[ServiceContract]
interface IStock
{
[OperationContract]
[WebGet]
int GetStock(string StockId);
}

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What are Restful Web Services?

Thursday, October 1, 2009


A Web serivce implemented using REST principles and HTTP.



www.codecollege.NET

What is REST service?


It is an architectural style for distributed hypermedia systems like WWW.



www.codecollege.NET

What are the 2 requirements REST services are based on?


1. An addressing scheme used to locate networked resources.
2. A methodology for returning representations of these resources.



www.codecollege.NET

What is the expansion of EDM?


Entity Data Model.



www.codecollege.NET

What is the expansion of CSDL?


Conceptual Schema Definition Language.



www.codecollege.NET

What is an AtomPub?


It is an Atom Publishing Protocol.



www.codecollege.NET
Blog Widget by LinkWithin