Related resources for LINQ in C#
  • Using LINQ to Objects in C#10/18/2012 8:02:44 AM. 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 the context of an actual application.
  • Finding Odd numbers using LINQ in C#10/5/2010 1:52:20 AM. In this article we will see how to find odd numbers from a range of number using LINQ in C#.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download