<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Tags | ADO.NET</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Mon, 30 Nov 2009 07:38:29 GMT</pubDate>
    <lastBuildDate>Mon, 30 Nov 2009 07:38:29 GMT</lastBuildDate>
    <generator>MSDN Event Service 1.0</generator>
    <ttl>1440</ttl>
    <item>
      <title>Sync Services for ADO.NET</title>
      <description></description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/314/Sync-Services-for-ADONET.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 22 Feb 2008 00:15:48 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - Service Operations</title>
      <description>ADO.NET Data Services has a service-side facility for adding pre-built operations ("Service Operations") which can run arbitrary logic which can additionally be parameterised using simple serialised types from the URI. In this video, we take a look at building such Service Operations.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/312/ADONET-Data-Services-Service-Operations.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 25 Jan 2008 18:59:53 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - Query Interceptors</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/311/ADONET-Data-Services-Query-Interceptors.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 25 Jan 2008 18:39:48 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - Querying with LINQ</title>
      <description>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 that into a URI for us. In this video, we take a quick look</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/310/ADONET-Data-Services-Querying-with-LINQ.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Jan 2008 18:16:33 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - A Basic .NET Client</title>
      <description>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 service. </description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/309/ADONET-Data-Services-A-Basic-NET-Client.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 20:57:30 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - A Basic Silverlight Client</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/308/ADONET-Data-Services-A-Basic-Silverlight-Client.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 18:41:29 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - A Basic AJAX Client</title>
      <description>In this video we'll take a quick look at building a basic, read-only AJAX client for an ADO.NET Data Service. </description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/307/ADONET-Data-Services-A-Basic-AJAX-Client.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 18:32:30 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - Querying with URI's</title>
      <description>ADO.NET Data Services offers data over RESTful web services - in this video we look at how we can build URI's to represent the different server-side resources that we want to access.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/306/ADONET-Data-Services-Querying-with-URIs.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 17:26:46 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Data Services - Surfacing Data</title>
      <description>ADO.NET Data Services let us make data widely available through RESTful web services. In this video we take a look at how we can offer data from the ADO.NET Entity Framework, LINQ to SQL and any arbitrary data.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/305/ADONET-Data-Services-Surfacing-Data.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 17:20:37 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 - Table Valued Parameters</title>
      <description>&lt;div&gt;SQL Server 2008 (and ADO.NET in .NET Framework V3.5) have a capability whereby you can pass a whole table of data into a stored procedure in one go. Rather than passing XML or a string, multi-valued parameters can be represented quite naturally.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;In this video, we take a quick look.&lt;/div&gt;</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/296/SQL-Server-2008-Table-Valued-Parameters.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 14 Dec 2007 22:34:27 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities - Deferred Loading of Entities</title>
      <description>ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at how the framework deals with the deferred loading of related entities from the database.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/276/LINQ-to-Entities-Deferred-Loading-of-Entities.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 20:07:14 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities - Defining and Executing Queries</title>
      <description>ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at the difference between defining a query and executing a query.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/275/LINQ-to-Entities-Defining-and-Executing-Queries.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 20:03:28 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities - Metadata Generation Tools</title>
      <description>ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at how we can use metadata generation tools in order to produce the necessary models for the Entity Framework.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/274/LINQ-to-Entities-Metadata-Generation-Tools.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:59:06 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities - The ObjectContext</title>
      <description>ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at one of the key types in the object model, the ObjectContext that encapsulates a connection to our model, the metadata of the model, the ability to perform CRUD operations and state management capabilities.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/273/LINQ-to-Entities-The-ObjectContext.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:55:40 GMT</pubDate>
    </item>
    <item>
      <title>Using asynchronous commands in ADO.NET 2.0</title>
      <description>In this session we'll look at how we can submit work to the database asynchronously in ADO.NET 2.0.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/129/Using-asynchronous-commands-in-ADONET-20.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using Query Notifications with ADO.NET 2.0</title>
      <description>This session explores the new SQL 2005 feature where the database can notify us when data that we're interested in has changed.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/135/Using-Query-Notifications-with-ADONET-20.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 30 Mar 2005 07:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>