Video LINQ Media from Developer Fusion https://www.developerfusion.com/t/linq/media/view/video/sort/popularity/ Video LINQ Media from Developer Fusion http://www.rssboard.org/rss-specification en-GB Fri, 04 Mar 2011 11:31:00 GMT LINQ Part I with Jim Wooley Jim Wooley talks about LINQ - Part I. http://www.developerfusion.com/media/9759/linq-part-i-with-jim-wooley/ http://www.developerfusion.com/media/9759/linq-part-i-with-jim-wooley/ Thu, 28 Jun 2007 13:45:00 GMT James Crowley LINQ Part III with Jim Wooley Jim Wooley talks about LINQ - Part II. http://www.developerfusion.com/media/9757/linq-part-iii-with-jim-wooley/ http://www.developerfusion.com/media/9757/linq-part-iii-with-jim-wooley/ Thu, 12 Jul 2007 22:00:00 GMT James Crowley LINQ Part II with Jim Wooley Jim Wooley talks about LINQ - Part II. http://www.developerfusion.com/media/9758/linq-part-ii-with-jim-wooley/ http://www.developerfusion.com/media/9758/linq-part-ii-with-jim-wooley/ Sun, 08 Jul 2007 20:00:00 GMT James Crowley ADO.NET Data Services - Surfacing Data 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. http://www.developerfusion.com/media/113714/adonet-data-services-surfacing-data/ http://www.developerfusion.com/media/113714/adonet-data-services-surfacing-data/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Querying with XPath In this video we take a quick look at using XPath queries with the LINQ to XML API. http://www.developerfusion.com/media/113724/linq-to-xml-querying-with-xpath/ http://www.developerfusion.com/media/113724/linq-to-xml-querying-with-xpath/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Concurrency in LINQ to SQL 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. http://www.developerfusion.com/media/113791/concurrency-in-linq-to-sql/ http://www.developerfusion.com/media/113791/concurrency-in-linq-to-sql/ Fri, 04 Mar 2011 11:31:00 GMT James Crowley 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 that into a URI for us. In this video, we take a quick look http://www.developerfusion.com/media/113709/adonet-data-services-querying-with-linq/ http://www.developerfusion.com/media/113709/adonet-data-services-querying-with-linq/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to Entities - Deferred Loading of Entities 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. http://www.developerfusion.com/media/113729/linq-to-entities-deferred-loading-of-entities/ http://www.developerfusion.com/media/113729/linq-to-entities-deferred-loading-of-entities/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Querying XML in C# with LINQ to XML 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. http://www.developerfusion.com/media/113779/querying-xml-in-c-with-linq-to-xml/ http://www.developerfusion.com/media/113779/querying-xml-in-c-with-linq-to-xml/ Fri, 04 Mar 2011 11:31:00 GMT James Crowley LINQ to XML: Working with Schema In this video, we take a quick look at how we can perform schema validation when working with the LINQ to XML API. http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Microsoft PDC 2009 - Paul Kimmel 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. http://www.developerfusion.com/media/72504/microsoft-pdc-2009-paul-kimmel/ http://www.developerfusion.com/media/72504/microsoft-pdc-2009-paul-kimmel/ Tue, 08 Dec 2009 02:19:00 GMT James Crowley LINQ: 7 Essential Qualities - Part 2 (video) 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. http://www.developerfusion.com/media/48390/linq-7-essential-qualities-part-2-video/ http://www.developerfusion.com/media/48390/linq-7-essential-qualities-part-2-video/ Fri, 17 Jul 2009 16:30:00 GMT James Crowley LINQ: 7 Essential Qualities - Part 1 (video) 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. http://www.developerfusion.com/media/48391/linq-7-essential-qualities-part-1-video/ http://www.developerfusion.com/media/48391/linq-7-essential-qualities-part-1-video/ Fri, 17 Jul 2009 16:30:00 GMT James Crowley OnSoftware - LINQ Essentials Tutorial with Mark Michaelis 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. http://www.developerfusion.com/media/48385/onsoftware-linq-essentials-tutorial-with-mark-michaelis/ http://www.developerfusion.com/media/48385/onsoftware-linq-essentials-tutorial-with-mark-michaelis/ Fri, 17 Jul 2009 16:30:00 GMT James Crowley LINQ to XML - Events and Annotations 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. http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Streaming Large Data Files Out of Memory 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. http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Streaming In Large Documents 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. http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley On Microsoft - Visual Studio 2008 with Brian Goldfarb - Part 2 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. http://www.developerfusion.com/media/48484/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-2/ http://www.developerfusion.com/media/48484/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-2/ Fri, 17 Jul 2009 16:30:00 GMT James Crowley On Microsoft - Visual Studio 2008 with Brian Goldfarb - Part 1 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. http://www.developerfusion.com/media/48485/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-1/ http://www.developerfusion.com/media/48485/on-microsoft-visual-studio-2008-with-brian-goldfarb-part-1/ Fri, 17 Jul 2009 16:30:00 GMT James Crowley LINQ to Entities - Defining and Executing Queries 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. http://www.developerfusion.com/media/113730/linq-to-entities-defining-and-executing-queries/ http://www.developerfusion.com/media/113730/linq-to-entities-defining-and-executing-queries/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley