https://www.developerfusion.com/t/linq/media/view/video/ Video LINQ Media from Developer Fusion 2011-03-04T11:31:00.00Z 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/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/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/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/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/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/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/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/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/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 http://www.developerfusion.com/media/113731/linq-to-entities-metadata-generation-tools/ LINQ to Entities - Metadata Generation Tools 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 we can use metadata generation tools in order to produce the necessary models for the Entity Framework. James Crowley http://www.developerfusion.com/media/113732/linq-to-entities-the-objectcontext/ LINQ to Entities - The ObjectContext 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 one of the key types in the object model, the ObjectContext that encapsulates a connection to our model, the metadat. James Crowley http://www.developerfusion.com/media/113733/linq-to-entities-intro-metadata-querying-updating/ LINQ to Entities - Intro (Metadata, Querying, Updating) 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 take a quick look at how to obtain build a model in order to query and update data. Later videos will examine these topics in greater depth. James Crowley http://www.developerfusion.com/media/113764/decomposing-linq/ Decomposing LINQ 2011-03-04T11:24:00.00Z This video assumes that you have seen the new language features in C# v3.0 and that you have seen the LINQ syntax that ships with .NET Framework 3.5. The video focuses on fully explaining the relationship between the new language features and LINQ. James Crowley http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ Namespaces in VB with LINQ to XML 2011-03-04T11:31:00.00Z XML and Namespaces go together like Terry and June. In this session we'll look at how we can work with XML namespaces from VB using LINQ to XML. James Crowley