Friday, February 18, 2022

LINQ topics

LINQ tutorials and collections

    Must read

  1. 10 Resources for Learning LINQ
  2. 10 Resources for Learning LINQ

    Good Posts

  3. Different Ways to write LINQ Query
  4. In this article, I am going to discuss the Different Ways to write LINQ Query i.e. Linq Query Syntax and Linq Method Syntax with examples. Please read our previous article where we discussed the Architecture of LINQ i.e. how LINQ works. In this article, we are going to discuss the following pointers.

  5. Architecture of LINQ
  6. In this article, I am going to discuss the Architecture of LINQ. The term LINQ stands for Language Integrated Query and it is pronounced as LINK. Nowadays the use of use LINQ increasing rapidly. So, as a developer, you should understand the Linq and its architecture. At the end of this article, you will have a very good understanding of the following pointers.

  7. IEnumerable and IQueryable in C#
  8. In this article, I am going to discuss IEnumerable and IQueryable in C# with examples. Please read our previous article where we discussed the different ways to write LINQ queries with examples. In this article, we are going to discuss the following concepts in detail.

  9. LINQ Extension Methods
  10. In this article, I am going to discuss the LINQ Extension Methods in C# with examples. Please read our previous article before proceeding to this article where we discussed the Differences between IEnumerable and IQueryable in C#. At the end of this article, you will understand the following three concepts in C#.

  11. LINQ Tutorial
  12. Language-Integrated Query (LINQ) is a powerful query language introduced with .Net 3.5 & Visual Studio 2008. LINQ can be used with C# or Visual Basic to query different data sources.

    LINQ tutorials will help you to learn the LINQ language using topics which go from basic to advanced. These tutorials are broken down into series of related topics, so that you start from a topic which must be understand first, and then gradually learn other features of LINQ sequentially. LINQ tutorials are packed with easy to understand explanations, real-world examples, useful tips, informative notes and points to remember.

  13. LINQ - Environment Setup
  14. Before starting with LINQ programs, it is best to first understand the nuances of setting up a LINQ environment. LINQ needs a .NET framework, a revolutionary platform to have a diverse kind of applications. A LINQ query can be written either in C# or Visual Basic conveniently.

  15. ASP.NET Web API Tutorials For Begineers and Professionals
  16. In this ASP.NET Web API Tutorials series, I covered all the features of ASP.NET Web API. You will learn from basic to advance level features of ASP.NET Web API. The term API stands for “Application Programming Interface” and ASP.NET Web API is a framework provided by Microsoft which makes it easy to build Web APIs, i.e. it is used to develop HTTP-based web services on the top of .NET Framework.

  17. Introduction to LINQ
  18. LINQ stands for "Language Integrated Query" and pronounced as "LINK". LINQ was introduced with .NET Framework 3.5 including Visual Studio 2008, C# 3.0 and VB.NET 2008 (VB 9.0). It enables you to query the data from the various data sources like SQL databases, XML documents, ADO.NET Datasets, Web services and any other objects such as Collections, Generics etc. by using a SQL Query like syntax with .NET framework languages like C# and VB.NET.

  19. LINQ Introduction - What is LINQ & Why we use LINQ
  20. Here we will learn the introduction to LINQ, what is linq in c# / asp.net, why we use LINQ in c# / asp.net, LINQ architecture with diagram, advantages of LINQ, disadvantages of LINQ, etc. in detail with examples in c# and vb.net.

  21. LINQ Tutorial
  22. Here we will learn the complete LINQ tutorial with examples. In LINQ tutorial, we covered all topics like LINQ to SQL, LINQ to XML, LINQ to Objects, LINQ to lists, etc., in a detailed manner with examples.

  23. LINQ Tutorial for Beginners
  24. A LINQ tutorial for beginners.

  25. LINQ Tutorial for beginners with examples
  26. good videos and texts

  27. Getting started with linq
  28. LINQ is a set of features introduced in the .NET Framework version 3.5 that bridges the gap between the world of objects and the world of data.

  29. C# Tutorial 15 LINQ Tutorial
  30. In this video I'll cover LINQ. Language Integrated Query (LINQ) provides many tools for working with data. LINQ is similar to SQL, but it can work with data aside from databases. I'll cover From, Where, Orderby, Select, In, Inner Joins, Group Inner Join, Equals and using LINQ with multiple different collections.

No comments:

Post a Comment