5
Shouts

Consume an OData WCF Data Service as JSON with JQuery - .NET Development - Gal Ratner

published 401 days, 13 hours, 23 minutes ago posted by galratnergalratner 403 days, 7 hours, 5 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Thursday, April 14, 2011 8:42:54 PM GMT

OData(Open Data Protocol) is an HTTP based protocol for querying and updating data using full REST syntax. The full specifications of OData can be found on http://odata.org WCF Data Services (formerly ADO.NET Data Services, formerly Project Astoria) is the .NET based implementation of OData enabled services. WCF Data Services can use an Entity Framework Context or any data model exposing at least one property that returns an entity set that is an IQueryable(Of T). The model must also implement IUpdatabl...

category: ASP.NET | clicked: 9 | | source: galratner.com | show counter code