Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
SageScottsdalePlatform edited this page Sep 14, 2010 · 5 revisions

Welcome to the SDataCSharpClientLib wiki!

This repository contains the following

  • A .NET 3.5 library for consuming SData.
  • A set of unit tests
  • A WinForms application, which demonstrates various features of the API

Overview

The SData Client Libraries are a .Net assembly wrapping the Argotic Framework with customizations for simplifying interaction with an SData provider.

Benefits

• No knowledge of web services or XML required
• No need to implement Atom Classes
• Re-use of network credentials and server settings
• Simple access to SData Payload data
• Implementation meets SData specification.
• Enhanced Exception handling with detailed diagnosis information.

Pre-Requisites

• SData Client Libraries are currently implemented in .Net 2.0 and .Net 3.5
• Familiarity with SData specification

Clone this wiki locally