https://www.developerfusion.com/t/linq/media/view/video/sort/popularity/ Video LINQ Media from Developer Fusion 2011-03-04T11:31:00.00Z http://www.developerfusion.com/media/9759/linq-part-i-with-jim-wooley/ LINQ Part I with Jim Wooley 2007-06-28T13:45:00.00Z Jim Wooley talks about LINQ - Part I. James Crowley http://www.developerfusion.com/media/9757/linq-part-iii-with-jim-wooley/ LINQ Part III with Jim Wooley 2007-07-12T22:00:00.00Z Jim Wooley talks about LINQ - Part II. James Crowley http://www.developerfusion.com/media/9758/linq-part-ii-with-jim-wooley/ LINQ Part II with Jim Wooley 2007-07-08T20:00:00.00Z Jim Wooley talks about LINQ - Part II. 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/113724/linq-to-xml-querying-with-xpath/ LINQ to XML - Querying with XPath 2011-03-04T11:24:00.00Z In this video we take a quick look at using XPath queries with the LINQ to XML API. James Crowley http://www.developerfusion.com/media/113791/concurrency-in-linq-to-sql/ Concurrency in LINQ to SQL 2011-03-04T11:31:00.00Z LINQ to SQL presents an optimistic concurrency model that is driven by the mapping data that you provide to the framework. In this video we look at how that works. 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/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 http://www.developerfusion.com/media/113779/querying-xml-in-c-with-linq-to-xml/ Querying XML in C# with LINQ to XML 2011-03-04T11:31:00.00Z We'll use this video to have a quick look at how we can query XML using LINQ to XML and how it offers us a clear, concise, maintainable syntax for querying XML data. James Crowley http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ LINQ to XML: Working with Schema 2011-03-04T11:24:00.00Z In this video, we take a quick look at how we can perform schema validation when working with the LINQ to XML API. 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/48390/linq-7-essential-qualities-part-2-video/ LINQ: 7 Essential Qualities - Part 2 (video) 2009-07-17T16:30:00.00Z Dinesh Kulkarni presents the 7 essential qualities of LINQ to provide a comprehensive overview of Language-Integrated Query and where it's going in the future. James Crowley http://www.developerfusion.com/media/48391/linq-7-essential-qualities-part-1-video/ LINQ: 7 Essential Qualities - Part 1 (video) 2009-07-17T16:30:00.00Z Dinesh Kulkarni presents the 7 essential qualities of LINQ to provide a comprehensive overview of Language-Integrated Query and where it's going in the future. James Crowley http://www.developerfusion.com/media/48385/onsoftware-linq-essentials-tutorial-with-mark-michaelis/ OnSoftware - LINQ Essentials Tutorial with Mark Michaelis 2009-07-17T16:30:00.00Z Mark Michaelis provides an introduction to the basic features of Language Integrated Query (LINQ) which provides .NET developers with the ability to query and transform data using their .NET language of choice. James Crowley http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ LINQ to XML - Events and Annotations 2011-03-04T11:24:00.00Z LINQ to XML has a way in which arbitrary objects can be used to "annotate" an XML tree. This provides a convenient way to associate a non XML data structure with data stored in an XML tree. You can also have a LINQ to XML tree fire events whenever its content is modified.In this video we take. James Crowley http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ LINQ to XML - Streaming Large Data Files Out of Memory 2011-03-04T11:24:00.00Z LINQ to XML has built-in support via the XStreamingElement for avoiding the cost of creating a large tree of XML nodes in memory in situations where you are streaming that XML out to (e.g.) disk. In this video we take a look how that works.(This video links up with the "Streaming In" video so. James Crowley http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ LINQ to XML - Streaming In Large Documents 2011-03-04T11:24:00.00Z In this short video we demonstrate one approach to using the LINQ to XML API whilst making use of an XmlReader to stream in the XML. James Crowley http://www.developerfusion.com/media/48484/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-2/ On Microsoft - Visual Studio 2008 with Brian Goldfarb - Part 2 2009-07-17T16:30:00.00Z Brian Goldfarb, Group Product Manager, Microsoft, details the Visual Studio 2008 platform. Learn about enhanced Vista integration, LINQ, and integration with the new .NET Framework 3.5 components: WPF, WCF, WF, and ASP.NET Ajax. Part 2 of 2. James Crowley http://www.developerfusion.com/media/48485/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-1/ On Microsoft - Visual Studio 2008 with Brian Goldfarb - Part 1 2009-07-17T16:30:00.00Z Brian Goldfarb, Group Product Manager, Microsoft, details the Visual Studio 2008 platform. Learn about enhanced Vista integration, LINQ, and integration with the new .NET Framework 3.5 components: WPF, WCF, WF, and ASP.NET Ajax. Part 1 of 2. James Crowley http://www.developerfusion.com/media/113730/linq-to-entities-defining-and-executing-queries/ LINQ to Entities - Defining and Executing Queries 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 the difference between defining a query and executing a query. James Crowley