Browse by Tags
All Tags »
LINQ (
RSS)
LINQ is out and ready for prime time. LINQ to XSD is an extension of the core LINQ technologies and is at present still in alpha. LINQ to XSD builds on LINQ to XML. By including an XML Schema Document, LINQ to XSD will code generate strongly typed wrapper...
This article from Sacha Barber demonstartes how to create a WPF application that uses XLINQ to request parameterized RSS Feeds from Flickr, obtain XML data, and bind that data to a WPF control. It also demonstrates templates, resources, and animations...
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and...
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects within...
Clear out textboxes using recursion and LINQ, use VB literals to transform an XML document, and eliminate an annoying artifact of VB internals.
Perry shares his take on the best LINQ to SQL features, walks you through the biggest changes from ObjectSpaces and more.
This articles steps through the code of a library that makes it easy to use CSV files with LINQ queries.
Matt Sollars explains how to overcoming challenges with LINQ to SQL and using LINQ with SQL Server Compact Edition.
Brian Stoker demonstrates how to use LINQ-SQL to bind to a database instead of an XML file.
LINQ to Objects allows you to use LINQ queries with any object that support IEnumerable or IEnumerable(T). This means that you can use LINQ to acccess data in arrays, lists, dictionaries, and other collections. You also can use LINQ with any of your own...
LINQ is a query language that is simple to learn and use, but there's a lot of meaning in all of the aspects of a query. Understanding these cleverly hidden meanings will help you get beyond the basics and really unleash the power of LINQ. Working...
In this article, Paul Kimmel shows how easy it is to use LINQ to SQL to define an ORM, map a class to a table, and then query the table using LINQ. A DataContext plays the role of the connection.
Use LINQ to Objects to easily sort and reshape your data.
Being impressed with the new ORM behaviour exhibited by Microsoft's new LINQ technology, I decided to do a development spike before using it in my next project. Although LINQ is definitely the way to go, there would seem to be a few shortfalls that...
LINQ to SQL solves the mismatch between the object oriented and relational database world. In an application, we deal in terms of our domain objects such as customer and orders. However, when it comes to saving these objects and solving the datatype mismatch...
Next page »