Related resources for LINQ to Object
  • Exploring the Diverse Flavors of LINQ with Examples8/22/2023 11:52:01 AM. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
  • Using LINQ with C#7/13/2023 6:40:05 AM. LINQ introduces a standard, unified, easy-to-learn approach for querying and modifying data. In this article, you'll learn basics of LINQ and how to use LINQ in C#.
  • Using LINQ in .NET4/24/2013 11:47:55 PM. In this article we will discuss the LINQ approach introduced in .NET 3.5 for querying.
  • Using LINQ to Objects in Visual Basic11/9/2012 7:25:54 AM. This article provides an introduction to employing LINQ to Objects queries to support a simple Visual Basic Win Forms application.
  • 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.
  • CREATE READ UPDATE and DELETE - CRUD Operation Using LINQ to SQL9/22/2012 2:24:22 PM. This article is about creation of an ASP.Net website having CRUD operations using LINQ to SQL classes.
  • XML Diff and Patch using LINQ to Xml and LINQ to Objects7/27/2009 12:04:36 AM. This article focuses on working with XML and how to get best out of LINQ to XML and LINQ to Objects. Focus of this article is to you show the power of LINQ to Xml and get you started on LINQ with practical examples.
  • Chapter 1: Hello LINQ9/22/2008 11:22:14 AM. This is an exert from Joseph C. Rattz, Jr.'s book Pro LINQ. Here you learn how to use Linq in your application and also depicts the benefits of using Linq.