The Wayback Machine - https://web.archive.org/web/20101205051737/http://www.codeguru.com/vb/vb_linq/

    LINQ (VB)

    Enumerating Files and Directories in VB 2010

    Learn how to enumerate the files and folders on a computer with LINQ, managing access exceptions along the way.

    An Extensive Examination of LINQ: Querying and Searching XML Documents Using LINQ to XML

    This article, by Scott Mitchell, is part on an ongoing series of articles that examines LINQ. This installment looks at querying and searching XML documents using the LINQ to XML provider.

    Understanding LINQ's Deferred Execution

    By default LINQ uses deferred query execution. This means you can access the results, change the data and use the same query again. Using Visual Studio 2010, beta 1 and the .NET Framework 4.0 we'll see how to use this to our advantage.

    Using LINQ with Dynamic Where Clauses

    Do you need to create Dynamic Where Clauses at runtime? No need to use string concatenation with SQL, LINQ is fully capable of performing the same task.

    Using Where Clauses with LINQ in VB

    Learn about LINQ and all the ways you can use "Where" in your code.

    Converting Data to XML with LINQ to XML

    Sometimes when you have all kinds of data what you really need is XML. LINQ to XML let's you employ functional construction to convert your data into XML.

    Basic Concepts for Working with LINQ

    Check out this introduction to LINQ, a .NET 3.5 feature that allows you to handle different types of data from in-memory data structures (like generic lists and arrays) to datasets to databases to XML documents using a query language that's integrated into Visual Basic.

    OP-ED: Why LINQ to SQL is a Better Option than Straight SQL

    LINQ to SQL eliminates SQL Injection Attacks and is easier to use than straight SQL to boot.

    LINQ to Entities Preview

    ADO.NET 3.0 and the ADO.NET Entity Framework are designed to let you spend less time writing SQL and database plumbing code and more time working in the space of the problem you are trying to solve.

    Programming with LINQ to XML for Objects (LINQ to XSD)

    By using LINQ for XML for Objects (aka LINQ to XSD), you can define an XML document and an XML Schema that then can be treated like any other data repository. Discover how Visual Studio makes this easy by generating strongly typed object wrappers that are easy to use.

    Using Functional Construction to Create XML Documents

    Dynamically construct XML documents in code quickly and easily with LINQ to XML and Functional Construction.

    Using Literal XML with Embedded Expressions in VB9

    Learn how to use literal XML with VB9 and embed expressions, such as LINQ queries, in the XML.

    Implementing a Left Join with LINQ

    Learn how to implement a Left Outer Join with LINQ.

    Programming with LINQ to SQL

    You can use LINQ to SQL to define an Object Relational Mapping between SQL tables and then query those tables with LINQ.

    Working with Range Variables and Let Statements in LINQ

    Range variables are powerful and flexible. Discover why they are critical to mastering LINQ queries.

    Visualizing LINQ Sequences with GDI+

    Discover a utility for quickly obtaining and managing rectangles within rectangles. The rectangles then can be used to do things such as manage the layout of dynamically generated forms or visualize LINQ queries.






    Internet.com
    The Network for Technology Professionals

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers