LINQ

 Pages: 1 | 2 | 3 | 4 | 5 ... 20
   Next >
Resources by common categories

Rating
 

LINQ to SQL Tutorials & Learning Resources

Posted by GeorgeH on August 21, 2011

LINQ to SQL LINQ to SQL LINQ to SQL is a component of .NET Framework version 3.5 that provides a run-time infrastructure... [read more]

Rating
 

A LINQ to Entities Starting Point

Posted by GeorgeH on September 13, 2011

LINQ to Entities LINQ to Entities provides Language-Integrated Query (LINQ) support that enables developers to write queries against the Entity Framework... [read more]

Rating
 

LINQ to DataSet Data Binding - LinqDataView Restriction Joins

Posted by ADO.NET, LINQ, DataSet Blog on October 25, 2007

LINQ To DataSet Data Binding - LinqDataView restriction joins In previous episodes In the last post I made on LINQ To DataSet Binding, I talked about how to... [read more]

Rating

Get the highest ID number in a SQL table , LINQ , C#?

Posted by Programmer's Goodies on October 13, 2011

How can we get the highest ID number in an empty SQL table ? e.g: Assume we have a table with ten rows, but all of rows were deleted , now we wanna get the high... [read more]

Rating
 

LINQ to CSV : Getting data the way you want

Posted by Wriju on May 25, 2009

Getting data from CSV is one of the mostly used business in applications/tools development. Here how we can do it in LINQ, You have a table called Emp with ... [read more]

Rating
 

LINQ to WMI Tutorials & Resources

Posted by GeorgeH on August 19, 2011

LINQ to WMI Project Originally created by Emile Bosch, and was later updated by Eden Ridgway.  “The LINQ to WMI project provides three libraries: LinqToWmi.C... [read more]

Rating
 

LINQ to XML Tutorials & Resources

Posted by GeorgeH on August 17, 2011

The following is a range of LINQ to XML tutorials and resources. A short summary has been included from the beginning of each. LINQ to XML LINQ to XML prov... [read more]

Rating
 

Tech Republic Posts a Review of Essential LINQ

Posted by Charlie Calvert on August 29, 2009

On the Tech Republic web site Justin James has written a review of Essential LINQ, the book Dinesh Kulkarni and I wrote about the key features of LINQ such as ... [read more]

Rating

Find XmlElement in List using array of matching attribute names . Using Linq

Posted by Programmer's Goodies on August 20, 2011

I have an XmlElement with several attributes xeObject = <Object Name="Object1" Site="Site1" ... /> I also have a list of XmlElements with several (possibl... [read more]

Rating

DLINQ - Oh Wait, it's LINQ to SQL now

Posted by sahilmalik on June 18, 2006

Well well, the ADO.NET v.Next vision was finall unvieled. All looks good, but before we dive into that, it's probably better to understand DLINQ first. Here are... [read more]

Rating
 

LINQ Macros

Posted by Colin Meek on January 6, 2011

A colleague was asking how to construct a particular LINQ “operator macro” today. Basically, he was finding it inconvenient to repeat boilerplate for partic... [read more]

Rating
 

Parallel Computing: PLINQ

Posted by Wriju on November 3, 2009

Visual Studio 2010 has new API for LINQ (Language Integrated Query). This helps us to implement the power of Parallel Computing in declarative manner. LINQ wi... [read more]

Rating

linq - get most recent associated record

Posted by Programmer's Goodies on November 15, 2011

Assuming I have Customer and Order objects, where one Customer can have many Orders (so the Order class has a CustomerId property), and I want to return a colle... [read more]

Rating

LINQ - Putting result in a dictionary(Of String, Integer), where the integer must be 0

Posted by Programmer's Goodies on September 19, 2011

I have a LINQ2Entity problem, I want to get the value, string, from a database, so I select FProducts.Serial_number, and to end the query, I do .ToDictionary. T... [read more]

Rating
 

WCF Data Services + LINQ Projection into a custom type

Posted by Programmer's Goodies on September 3, 2011

I’m trying to project parts of a Display and its list of locations from a WCF Data service into a custom type. Is this doable in WCF Data Services in a Silver... [read more]

 Pages: 1 | 2 | 3 | 4 | 5 ... 20
   Next >