Search results
-
ADO.NET Data Services - Query Interceptors
ADO.NET Data Services has a facility whereby we can plug-in code to run whenever a query for a particular entity set is executed. In this video, we take a look at how we can write these Query Interceptors.
Posted: 25/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - Querying with LINQ
For a .NET client that interacts with an ADO.NET Data Service, we can use LINQ in order to construct the query on the client side. We construct a query using LINQ and the client-side framework translates ...
Posted: 24/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - A Basic .NET Client
In this video we'll take a quick look at how we can build a simple, read-only .NET client against an ADO.NET data service and how we can continue to use the URI-based query mechanism to get data from that ...
Posted: 17/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - A Basic Silverlight Client
In this video we'll use the "ASP.NET Data Services Silverlight Add-On" in order to build a simple read-only Silverlight client for an ADO.NET Data Service.
Posted: 17/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - A Basic AJAX Client
In this video we'll take a quick look at building a basic, read-only AJAX client for an ADO.NET Data Service.
Posted: 17/01/2008 by Mike Taulty