About 400 results
Open links in new tab
  1. Learn LINQ using Step-by-Step Tutorials

    Learn C# LINQ using step-by-step using practical examples. Language-Integrated Query (LINQ) is a powerful set of technologies based on the integration of query capabilities directly into the C# language.

  2. What is LINQ - TutorialsTeacher.com

    This article explains what is linq in .net. LINQ (Language Integrated Query) is uniform query syntax in C# and VB.NET to save and retrieve data from different sources.

  3. LINQ Query Syntax - TutorialsTeacher.com

    The LINQ query syntax starts with from keyword and ends with select keyword. The following is a sample LINQ query that returns a collection of strings which contains a word "Tutorials".

  4. Sample LINQ Queries - TutorialsTeacher.com

    In this section, you will learn some complex LINQ queries. We will use the following Student and Standard collection for our queries. Sample Collections:

  5. LINQ Method Syntax - TutorialsTeacher.com

    In the previous section, you have learned about LINQ Query Syntax. Here, you will learn about Method syntax. Method syntax (also known as fluent syntax) uses extension methods included in the …

  6. Anatomy of the Lambda Expression - TutorialsTeacher.com

    This tutorial explains anatomy of lambda expression in linq. C# 3.0 (.NET 3.5) introduced the lambda expression along with LINQ. The lambda expression is a shorter way of representing anonymous …

  7. LINQ API in .NET - TutorialsTeacher.com

    We can write LINQ queries for the classes that implement IEnumerable<T> or IQueryable<T> interface. The System.Linq namespace includes the following classes and interfaces require for LINQ queries.

  8. C# LINQ - TutorialsTeacher.com

    This article explains LINQ in C#. LINQ (Language Integrated Query) is uniform query syntax in C# and VB.Net to save and retrieve data from different sources.

  9. Why LINQ? - TutorialsTeacher.com

    This article explains why to use linq in .net. To understand why we should use LINQ, let's take some example. Suppose you want to find list of teenager students from an array of Student objects.

  10. C# Tutorials: Learn C# Step-by-Step - TutorialsTeacher.com

    Welcome to C# tutorials section. C# tutorials will help you learn the essentials of C#, from the basics to advanced topics. Use C# to create website, windows form application, console application or other …