https://www.developerfusion.com/t/ado.net/media/ ADO.NET Media from Developer Fusion 2011-03-04T11:24:00.00Z http://www.developerfusion.com/media/84630/endpointtv-wf-state-machine-and-adonet-activity-packs/ endpoint.tv - WF State Machine and ADO.NET Activity Packs 2010-07-13T19:01:00.00Z Are you missing the old WF 3.0 State Machine in .NET 4?  Good news!  The team has released some new activity packs on Codeplex at wf.codeplex.comIn this episode Guang Yang will show us *WF State Machine Activity Pack CTP 1 *WF ADO.NET Activity Pack CTP 1 James Crowley http://www.developerfusion.com/media/79314/open-data-protocol-odata-with-pablo-castro/ Open Data Protocol (OData) with Pablo Castro 2010-03-14T06:19:00.00Z Astoria, ADO.NET Data Services and OData - what's the difference and the real story? How does OData work and when should I use it? When do I use OData and when do I use WCF? Scott gets the scoop from the architect himself, Pablo Castro. James Crowley http://www.developerfusion.com/media/76318/adonet-restful-data-services/ ADO.NET: RESTful Data Services 2010-02-01T03:47:00.00Z Data and Modeling Group Architect, Pablo Castro, discusses RESTful ADO.NET Data Services with Ted Neward. James Crowley http://www.developerfusion.com/media/76325/object-relational-mapping-and-orm-entity-framework-ef-and-m-programming-language/ Object Relational Mapping and (ORM), Entity Framework (EF), and M Programming Language 2010-02-01T03:47:00.00Z Ted Neward and Danny Simmons of the ADO.NET team discuss the Entity Framework, ORMs and OSLO. James Crowley http://www.developerfusion.com/media/73309/herding-code-66-brad-wilson-and-scott-densmore-on-iphone-development/ Herding Code 66: Brad Wilson and Scott Densmore on iPhone Development 2009-12-16T12:03:00.00Z What do Brad Wilson and Scott Densmore have in common?  They’re expert .NET developers, a couple of Mac fanboys, and they’re both joining the guys on this week’s episode of Herding Code.  Listen in while Brad and, yet another, Scott talk about the Mac, Windows, and the ins and outs of iPhone deve. James Crowley http://www.developerfusion.com/media/72504/microsoft-pdc-2009-paul-kimmel/ Microsoft PDC 2009 - Paul Kimmel 2009-12-08T02:19:00.00Z Paul Kimmel, author of LINQ Unleashed for C# and the upcoming Sams Teach Yourself the ADO.NET Entity Framework in 24 Hours tells us about his experience at Microsoft PDC 2009. James Crowley http://www.developerfusion.com/media/42484/getting-the-scoop-about-olso-and-m-with-shawn-wildermuth/ Getting the Scoop About Olso and M with Shawn Wildermuth 2009-06-17T16:16:00.00Z Keith and Woody speak with the first repeat guest of the podcast, Shawn Wildermuth about Oslo and the M language. In this episode listeners will get some real world examples and use cases for using Oslo and M along with a clearer understanding about DSLs and what the future may hold.Thanks to ou... James Crowley http://www.developerfusion.com/media/42354/larry-likes-javafx-documenting-ria-patterns-the-html-5-meme/ Larry Likes JavaFX, Documenting RIA Patterns, the HTML 5 Meme 2009-06-10T22:11:00.00Z You can download this episode directly directly and it’ll also show up in the RIA Weekly feed for iTunes and other podcatchers. Or, just use the controls below to listen to it right here: This week, Ryan and I are back with a bevy of RIA topics: Adobe Flash tools in beta: Catalyst and Flash... James Crowley http://www.developerfusion.com/media/38280/dan-simmons-talks-ef-version-4/ Dan Simmons Talks EF Version 4 2009-06-02T18:32:00.00Z Daniel Simmons is back this time to talk about the new features of ADO.NET Entity Framework version 4. James Crowley http://www.developerfusion.com/media/31014/eric-moreau/ Eric Moreau 2009-06-01T14:55:00.00Z 25 juin 2008 (Ã?mission #0077) ::.Eric Moreau: SQL Server Compact Edition et ADO.NET Synchronisation Services Nous discutons avec Eric Moreau de SQL Server Compact Edition et Synchronisation Framework. SQL Server Compact (ne pas confondre avec SQL Server 2005 Express) est un engin de base de donn... James Crowley http://www.developerfusion.com/media/113707/adonet-data-services-service-operations/ ADO.NET Data Services - Service Operations 2011-03-04T11:23:00.00Z 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. James Crowley http://www.developerfusion.com/media/113708/adonet-data-services-query-interceptors/ ADO.NET Data Services - Query Interceptors 2011-03-04T11:23:00.00Z 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. James Crowley http://www.developerfusion.com/media/113709/adonet-data-services-querying-with-linq/ ADO.NET Data Services - Querying with LINQ 2011-03-04T11:24:00.00Z 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 James Crowley http://www.developerfusion.com/media/113710/adonet-data-services-a-basic-net-client/ ADO.NET Data Services - A Basic .NET Client 2011-03-04T11:24:00.00Z 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. James Crowley http://www.developerfusion.com/media/113711/adonet-data-services-a-basic-silverlight-client/ ADO.NET Data Services - A Basic Silverlight Client 2011-03-04T11:24:00.00Z 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. James Crowley http://www.developerfusion.com/media/113712/adonet-data-services-a-basic-ajax-client/ ADO.NET Data Services - A Basic AJAX Client 2011-03-04T11:24:00.00Z In this video we'll take a quick look at building a basic, read-only AJAX client for an ADO.NET Data Service. James Crowley http://www.developerfusion.com/media/113713/adonet-data-services-querying-with-uris/ ADO.NET Data Services - Querying with URI's 2011-03-04T11:24:00.00Z 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. James Crowley http://www.developerfusion.com/media/113714/adonet-data-services-surfacing-data/ ADO.NET Data Services - Surfacing Data 2011-03-04T11:24:00.00Z 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. James Crowley http://www.developerfusion.com/media/113721/sql-server-2008-table-valued-parameters/ SQL Server 2008 - Table Valued Parameters 2011-03-04T11:24:00.00Z 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.In this video, we take a quick look. James Crowley http://www.developerfusion.com/media/113729/linq-to-entities-deferred-loading-of-entities/ LINQ to Entities - Deferred Loading of Entities 2011-03-04T11:24:00.00Z 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. James Crowley