JamesTryand / Simple.OData.Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Simple.OData.Client!

Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Silverlight 5, Windows Phone 8, Android and iOS. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The adapter has a NuGet package that can be installed from NuGet site.

Getting started with Simple.OData.Client
Simple.OData.Client basic API
Simple.OData.Client fluent API
Retrieving data
Modifying data
Request authentication and interception

About