Showing results for Tutorial - OData

Dec 17, 2009
0
0

Getting Started with the Data Services Update for .NET 3.5 SP1 – Part 1

DB Blogs
DB Blogs

Yesterday we released the Data Services Update for .NET 3.5 SP1 that basically brings the functionality available in .NET 4.0 to .NET 3.5 too. To help you get started with the Update, in this post we will: And in Part 2 we will Create a WPF Application to use the Data Service So without further ado, lets get started… Walkthrough: Step 1 – Ins...

ODataADO.NET Data ServicesHow To
Mar 21, 2009
0
0

ADO.NET Data Services v1.5 CTP1 — Data Binding Overview

DB Blogs
DB Blogs

This blog post is an introduction to the data binding capabilities we have added in Data Services v1.5 CTP1. Since this is a CTP release of this feature we eagerly look forward to hearing your feedback. Introduction to Data Binding In ADO.NET Data Services, it is now possible to generate client side types that implement the INotifyPropertyChanged a...

Tutorial
Mar 19, 2009
0
0

ADO.NET Data Services v1.5 CTP1 – Server Driven Paging

DB Blogs
DB Blogs

This post is a drill down into the Server Driven Paging (SDP) feature added in data services v1.5 CTP1.  Since this is the first CTP release of this feature we look forward to hearing your feedback. What is Server Driven Paging? This feature is best described by example.  If you had a data service that exposes photos, you would likely wan...

Tutorial