Y.WCF Data Service

Download Latest Version Here

  1. What is WCF Data Service

      1. WCF Data Service is technology of exposing databases over the web on HTTP confirming OData protocols.

      2. OData Protocol is an emerging standard for sharing data across heterogeneous systems like PC and Mobiles.

    1. When to use WCF Data Service

      1. When you want to expose your database using REST based (ODATA) interface.

      2. Common example is to publish a product master catalog so that third parties can query directly over it.

  1. Perquisite

      1. Visual Studio 2010

  1. Getting Started

    1. Read some overview Tutorials

    1. Hands On Lab

    1. More Resources

  1. Advance Topics

  1. Related Technologies

      1. Entity Framework : It is must know to get advance with OData Services.

      2. ASP.Net Web API : An alternative to OData Data Services , can be used for small amount of data.

  1. Related Tools

  1. Best Practices (Dos and Don`t Dos)

  1. Recommended Books

      1. No Book particularly has been released on Data Services. But since it is based on Entity Framework so Entity Framework books will be helpfull.

  1. Additional References