Video LINQ Media from Developer Fusion https://www.developerfusion.com/t/linq/media/view/video/ Video LINQ Media from Developer Fusion http://www.rssboard.org/rss-specification en-GB Fri, 04 Mar 2011 11:31:00 GMT 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 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 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 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 - 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 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 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 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 - 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 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 LINQ to Entities - Metadata Generation Tools 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. http://www.developerfusion.com/media/113731/linq-to-entities-metadata-generation-tools/ http://www.developerfusion.com/media/113731/linq-to-entities-metadata-generation-tools/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to Entities - The ObjectContext 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. http://www.developerfusion.com/media/113732/linq-to-entities-the-objectcontext/ http://www.developerfusion.com/media/113732/linq-to-entities-the-objectcontext/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to Entities - Intro (Metadata, Querying, Updating) 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. http://www.developerfusion.com/media/113733/linq-to-entities-intro-metadata-querying-updating/ http://www.developerfusion.com/media/113733/linq-to-entities-intro-metadata-querying-updating/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Decomposing LINQ 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. http://www.developerfusion.com/media/113764/decomposing-linq/ http://www.developerfusion.com/media/113764/decomposing-linq/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Namespaces in VB with LINQ to XML 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. http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ Fri, 04 Mar 2011 11:31:00 GMT James Crowley