Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

Browse by Tags

All Tags » LINQ Videos (RSS)
How Do I: Use Linq With Files
In this video Pat Tormey demonstrates ‘How To’ use LINQ with the file system. With a LINQ Query Pat extracts, filters, and sorts the file objects while importing the list into a list based on a custom class in only a couple of lines of code. Author: Pat...
How Do I Use LINQ to DataSet in Visual Studio 2008
In this video learn the main features of LINQ to DataSet which provides LINQ (Language Integrated Query) capabilities for DataSet objects. First, learn the fundamentals of querying a DataSet then see how to do more complicated filtering and ordering....
Overview of LINQ to XML
In this video you will learn about the new LINQ enabled XML API in Visual Studio 2008. First learn how to load XML from disk or create XML in code with XML literals in VB or XElement in C#. Once XML is loaded see how powerful LINQ queries can be executed...
How Do I Manipulate Data Using in LINQ to SQL?
In this video Chris Pels demonstrates how to add, modify, and delete data in a database using LINQ to SQL entity mapping classes. The entity mapping classes are created using the sqlmetal.exe command line utility which is the “engine” behind the Object...
Query Across Relationships Using LINQ to SQL
In this video Chris Pels demonstrates how to create LINQ to SQL associations to represent foreign key relationships in the database. This video is code oriented rather than using the Object Relational Designer to demonstrate the fundamental principles...
Create a Simple Object Model and Query Using LINQ to SQL
In this video Chris Pels demonstrates a beginning-to-end LINQ to SQL scenario by creating a simple object model in LINQ to SQL using the entity mapping classes. Next, a LINQ query is written to list the customers in London for that object model. This...
How Do I Create LINQ to SQL Classes Using the O/R Designer in Visual Studio 2008?
In this video Chris Pels will demonstrate how to create entity classes representing SQL Server tables using the new object/relational designer (O/R Designer) in Visual Studio 2008. The entity classes will then be bound to a GridView on a web page using...
How Do I Access Data Using Stored Procedures in LINQ to SQL?
In this video Chris Pels demonstrates a beginning-to-end LINQ to SQL scenario for accessing data using the entity mapping classes and methods that are intermediaries to stored procedures in the database. The entity mapping classes are created using the...
Software Composability and the Future of Languages
Posted: Nov 19 2007, 07:41 AM by ttriguero | with no comments
Filed under:
Anders Hejlsberg on LINQ and Functional Programming
In this video interview, Anders Hejlsberg, the chief architect of C#, describes features in the next release of C#, code named Orcas. Anders first describes how LINQ solves the impedance mismatch between the code that lives on a database server and the...
Posted: Nov 19 2007, 07:41 AM by ttriguero | with 2 comment(s)
Filed under:
How Do I: Get Started with LINQ?
Visual Basic programmers will learn how to write simple LINQ queries over objects by navigating files on the file system.
Posted: Nov 19 2007, 07:39 AM by ttriguero | with 2 comment(s)
Filed under:
How Do I: Perform Group and Aggregate Queries?
Visual Basic programmers will learn how to perform group and aggregate queries over business object collections and how to display them in related grids.
Posted: Nov 19 2007, 07:37 AM by ttriguero | with 2 comment(s)
Filed under:
How Do I: LINQ over DataSets?
Visual Basic programmers will learn how to write LINQ queries that work over DataSets by filtering and aggregating rows in a one-to-many relationship.
Posted: Nov 19 2007, 07:36 AM by ttriguero | with no comments
Filed under:
How Do I: Get Started with LINQ to SQL?
Visual Basic programmers will be introduced to LINQ to SQL and the new O\R designer in Visual Studio 2008 by querying and updating a list of customers in the Northwind database.
Posted: Nov 19 2007, 07:35 AM by ttriguero | with no comments
Filed under:
How Do I: Create a One-To-Many Form using LINQ to SQL?
Visual Basic programmers will see how to create a One-to-Many (Master-Detail) Data entry form using the O\R Designer and LINQ to SQL.
Posted: Nov 19 2007, 07:34 AM by ttriguero | with no comments
Filed under:
Next page »