Welcome to WindowsClient.net | Sign in | Join

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » LINQ (RSS)
Programming with LINQ to XML for Objects (LINQ to XSD)
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...
Posted: Jul 23 2008, 04:22 AM by jytylr | with no comments
Filed under:
WPF Flickr Viewer Using XLINQ
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...
Posted: Jul 01 2008, 04:00 AM by jytylr | with no comments
Filed under: ,
Using LINQ to SQL in Visual Basic
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...
Posted: Jun 18 2008, 05:10 AM by jytylr | with no comments
Filed under:
Using LINQ to Objects in C#
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...
Posted: Jun 09 2008, 01:10 AM by jytylr | with no comments
Filed under:
Use Recursion to Clear out Textboxes
Clear out textboxes using recursion and LINQ, use VB literals to transform an XML document, and eliminate an annoying artifact of VB internals.
Posted: May 23 2008, 01:18 AM by jaytayl | with no comments
Filed under:
LINQ to SQL Q&A with Perry Birch
Perry shares his take on the best LINQ to SQL features, walks you through the biggest changes from ObjectSpaces and more.
LINQ to CSV library
This articles steps through the code of a library that makes it easy to use CSV files with LINQ queries.
Posted: Apr 24 2008, 10:39 AM by jaytayl | with no comments
Filed under:
LINQ Challenges and SQL Server Compact Edition
Matt Sollars explains how to overcoming challenges with LINQ to SQL and using LINQ with SQL Server Compact Edition.
Posted: Apr 18 2008, 03:43 AM by jaytayl | with no comments
Filed under: ,
Binding to a Database in WPF using LINQ-SQL
Brian Stoker demonstrates how to use LINQ-SQL to bind to a database instead of an XML file.
Posted: Mar 27 2008, 05:57 AM by jaytayl | with no comments
Filed under:
.NET Tip: Where Is Your Data Coming From?
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...
Posted: Mar 21 2008, 05:33 AM by jaytayl | with no comments
Filed under:
Working with Range Variables and Let Statements in LINQ
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...
Posted: Mar 20 2008, 05:29 AM by jaytayl | with no comments
Filed under:
Programming with LINQ to SQL
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.
Posted: Mar 19 2008, 05:26 PM by jaytayl | with no comments
Filed under:
.NET Tip: Basic Data Manipulation with LINQ
Use LINQ to Objects to easily sort and reshape your data.
Posted: Mar 18 2008, 05:23 AM by jaytayl | with no comments
Filed under:
Setting Default Values for LINQ Bound 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...
Dissecting LINQ to SQL
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 »
Page view counter