TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Linq
LINQ
is shorted for ( Language Integrated Query ) which is programming model of Microsoft .NET that have query capabilities to the .NET programming languages. All these extensions are provide easy and expressive syntax to manipulate data. In C# and Visual Basic have number of features that support
LINQ
operations. It has been powerful querying on objects, XML files, and databases.
LINQ
encapsulates heavy generics and there different features likes extension methods, lambda expressions, an object Initialize, query syntax, and anonymous types. These are language extensions to enhance syntactic performance to queries.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi (5)
Sandeep Singh Shekhawat (4)
Amit Choudhary (3)
Raj Bhatt (3)
Abhishek Kumar (3)
Akshay Phadke (3)
Nikunj Satasiya (2)
Scott Lysle (2)
Gnanavel Sekar (2)
Jignesh Trivedi (2)
Sanjay Mrinal Kumar Kodangi (2)
Vithal Wadje (2)
Munib Butt (2)
Konstantin Triger (2)
Farhan Ahmed (2)
Jignesh Kumar (2)
Ramawatar Bhakar (1)
Matthew Cochran (1)
Rahul Singh (1)
Rhishikesh Lathe (1)
Jefferson S. Motta (1)
Tuba Mansoor (1)
Deepak Dwij (1)
Vidya Vrat Agarwal (1)
Ravi Raghav (1)
Ajay Singh (1)
Vishal Yelve (1)
Shreneek Patil (1)
Manish Kumar Choudhary (1)
Manoj Kalla (1)
Fuad Hasan (1)
Bhavesh Raval (1)
Yogeshkumar Hadiya (1)
Jin Vincent Necesario (1)
Rahul Bansal (1)
Sumit Singh Sisodia (1)
Vitalii Honcharuk (1)
Vineet Desai (1)
David Mccarter (1)
Rahul Sahay (1)
Tapan Patel (1)
Mudita Rathore (1)
Nimit Joshi (1)
Ahmar Husain (1)
Abhimanyu K Vatsa (1)
Akhil Mittal (1)
Anil Thakur (1)
Rupesh Kahane (1)
Jean-Pierre Bachmann (1)
Muhammad Hassan (1)
Shivprasad (1)
Amit Patel (1)
El Mahdi Archane (1)
Vo Duc Thanh (1)
Hamid Khan (1)
Evgeniy Gribkov (1)
Miguel Teheran (1)
Abhishek Duppati (1)
Rafnas T P (1)
Eddy Wu (1)
Ajay Mor (1)
Manikavelu Velayutham (1)
Mukesh Kumar (1)
Ritesh Rai (1)
Anil Kumar (1)
Mushtaq M A (1)
Mukesh Kumar (1)
Atul Sharma (1)
Atul Rawat (1)
Juan Francisco Morales Larios (1)
Devinder Yadav (1)
Devesh Omar (1)
Arunava Bhattacharjee (1)
Raj Kumar (1)
Manimekalai Ganesan (1)
Related resources for Linq
No resource found
Calculate The SUM Of The DataTable Column In C#
9/18/2023 10:39:52 AM.
In this article, I am going to explain how to calculate the sum of the DataTable column in ASP.NET using C#. Here, I'll also explain what a DataTable is in C#, as well as different kinds of ways t
Understanding LINQ in .NET
9/11/2023 6:22:41 AM.
LINQ, or Language Integrated Query, is a powerful feature in the .NET framework that simplifies data querying and manipulation in C# and VB.NET applications. It provides a uniform and SQL-like syntax
Beginners Guide For Expression Trees In C# - Understanding Expressions
9/8/2023 9:24:49 AM.
In this article you will get a beginners guide for Expression Trees in C#.
Easy LINQ To SQL Based Master-Detail Editor C#
9/6/2023 10:43:30 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application belo
Functional Programming in C#: Currying
9/6/2023 9:34:01 AM.
Currying is a way to re-write a function with multiple arguments in such a way as it can be called as a chain of functions each with a single argument. This article covers using a few simple utility m
Understanding Projections In LINQ With Select & SelectMany Enumerable Methods
8/23/2023 9:11:12 AM.
In this article I will try to explain how to use projections in LINQ with a collection of objects.
Exploring the Diverse Flavors of LINQ with Examples
8/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 the OrderBy and OrderByDescending Operator in LINQ
8/8/2023 11:08:55 AM.
Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
Evolution Of Microsoft Data Access Technologies
8/8/2023 8:29:04 AM.
This article beams on how Microsoft data access technologies evolved over the period of time.
Learning LINQ Made Easy (LINQ to SQL)
7/28/2023 8:57:30 AM.
This article will cover LINQ to SQL basics for beginners to understand the framework and the underlying workings of the LINQ to SQL.
Learning LINQ Made Easy
7/28/2023 8:48:25 AM.
In this article, you will learn about LINQ. Language Integrated Query (LINQ) provides a way to query any type of data source. LINQ simplifies this situation by offering a consistent model for working
Learning LINQ Made Easy (LINQ to XML)
7/28/2023 8:41:20 AM.
This article is the next article in LINQ learning tutorials which will cover LINQ to XML basics.
Learn About Programming Logic And LINQ
7/25/2023 4:07:24 PM.
In this article, you will learn about the basics of programming logic.
Element Operators In LINQ
7/18/2023 11:31:40 AM.
Here, we will learn about Element Operators, their uses, and various element operators.
LINQ For Beginners
7/13/2023 6:58:41 AM.
LINQ stands for Language Integrated Query. In this article, we will dive deep into the basics of LINQ.
LINQ In C#
7/13/2023 6:40:43 AM.
LINQ stands for Language Integrated Query. LINQ is a data querying API that provides querying capabilities to .NET languages with a syntax similar to a SQL. LINQ queries use C# collections to return d
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#.
EF Core in .NET 7 API
7/13/2023 5:57:14 AM.
Using EF Core in .NET 7 API
C# LINQ With Select and SelectMany Operator
7/10/2023 4:32:21 AM.
C# LINQ with select and select many operator
LINQ Methods
6/16/2023 6:47:15 AM.
Linq Methods
Anonymous Types In C#
6/13/2023 9:19:31 AM.
Anonymous types allow us to create new types without defining them. In this article, you'll learn how to use Anonymous Types in C#.
Difference between IQueryable, IEnumerable, IList and List
6/13/2023 4:40:52 AM.
when to use what IQueryable, IEnumerable, IList and List
Convert DataTable to List In C#
6/6/2023 9:00:47 AM.
This article shows 3 ways to convert a DataTable to a List in C#.
Use LINQ To SQL On Web Form
6/1/2023 11:02:07 AM.
In this article I will explain how to use LINQ TO SQL on web form.
LINQ (Language Integrated Query)
1/31/2023 6:10:55 AM.
In this article, you will learn about LINQ (Language Integrated Query).
Cascading Deletes in LINQ to SQL
1/10/2023 6:16:15 AM.
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to
Find Blank Column Using LINQ In UiPath
1/3/2023 9:24:56 AM.
In this article, you will learn how to find blank column Using LINQ in UiPath.
Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefault
11/28/2022 4:58:40 AM.
In this article, you will learn about the Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefault.
Reverse Words In A String In C#
11/7/2022 6:24:29 AM.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
LINQ Partitioning Operators - Take, TakeWhile, Skip & SkipWhile
9/13/2022 4:59:09 AM.
Take, TakeWhile, Skip and SkipWhile are called Partitioning Operators and we’ll discuss and investigate them. Not only that we’ll also see an equivalent loop construct to appreciate where these operat
IEnumerable Vs IQueryable In LINQ
7/1/2022 7:28:34 AM.
In this article, I will demonstrate how to use IEnumerable and IQueryable in C#. Also learn the differences between IEnumerable and IQueryable.
Awesome LINQ Features In .Net 6
2/21/2022 10:05:23 AM.
In this article, you will learn about awesome LINQ features in .Net 6.
Awesome LINQ Impovements In .NET 6.0
1/20/2022 3:03:53 PM.
These are the articles for to show the LINQ improvements in .NET 6.
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Working With Temporal Tables In EF Core 6.0
12/6/2021 1:37:49 PM.
Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
Collection Performance - How Do You LINQ?
12/4/2021 4:44:10 AM.
In this article, you will learn how do you LINQ?
Use LINQPad With .NET Framework
4/7/2021 4:48:39 AM.
In this article you will learn how to use LINQPad with .NET Framework.
Testing The Code Performance Of PLINQ
4/6/2021 9:36:43 AM.
In this article, you will learn about testing the code performance of PLINQ.
Using The LinqToQuerystring in Web API
3/26/2021 9:28:28 AM.
In this article, you will see the simple use of LinqToQuerystring in the Web API.
PLINQ Powered by TPL in .Net 4.0 C#
3/24/2021 9:36:35 AM.
My previous post discussed the TPL library and its uses to create the scalable applications. Another way to incorporate the parallel task into your .Net applications is through PLINQ.
Working With Searching Panel Application in MVC 5
3/12/2021 7:07:00 AM.
This article shows how to add a search panel with which you can search by name or by grade in a MVC application with Visual Studio 2013 Preview.
How to Create Thumbnails of Images Stored in Database
3/8/2021 5:25:25 AM.
Beginners commonly ask how to create thumbnails of images stored in a database and show them in an aspx page; this article shows how.
Cascading DropDownList in ASP.NET MVC
2/10/2021 10:16:43 AM.
In this blog post you will learn how to create cascading DropDownList in ASP.NET MVC. I will take you through step by step approach so, let’s begin.
Creating MVC Application & Perform CRUD operations using LINQ to SQL: Part 2
2/10/2021 9:44:23 AM.
This article focuses on the practical implementation of the MVC Pattern.
CRUD Operations Using LINQ to SQL in MVC
2/1/2021 6:20:06 AM.
This article introduces basic Create, Read, Update and Delete (CRUD) operations using LINQ to SQL in MVC with a sample application.
An MVC Application With LINQ to SQL
1/25/2021 9:54:40 AM.
This article introduces how to create a MVC application using LINQ to SQL.
Convert LINQ Query Result to Datatable
1/12/2021 10:11:14 AM.
In this article, we will learn how to convert Linq query result into the Datatable.
Bind Add Update Delete Data Using MVC Entity Framework And LINQ
1/12/2021 10:02:00 AM.
In the article, you will learn how to add, update, and delete data, using Entity Framework and LINQ. This is for the beginner users like me in MVC.
ASP.NET Web API 2 In MVC 5 Using C# With Example
1/11/2021 2:11:36 PM.
in this article, I am going to explain how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step b
Bind Menu And Sub Menu Dynamically In ASP.NET MVC From Database Using LINQ
1/5/2021 10:05:49 AM.
Many times we need to create a menu for a simple application. We ususally get stuck on how to bind the menu. Here in this article we you will learn how to bind menu and sub menu dynamically in ASP.NET
ORM Designer for Entity Framework
1/1/2021 9:47:01 AM.
This article describes the Entity Developer tool Devart.
Common Problems With Entity Framework For Importing Stored Procedure
1/1/2021 4:50:56 AM.
This article describes three common issues that can occur while adding a Stored Procedure to an edmx file of Entity Framework.
4 Real Time Use of Partial Classes and Partial Method
12/15/2020 6:37:22 AM.
In this article we will explain use of partial classes and partial methods for 4 real time.
Join Two DataTables Using LINQ In ASP.Net C#
12/8/2020 6:35:54 AM.
In this article, we will learn how to join two DataTables using LINQ In ASP.Net C#.
Creating a Dynamic Data Web Site in ASP.NET 4.0
12/3/2020 3:15:38 AM.
You can create Dynamic Data Web sites in Visual Studio by using ASP.NET Dynamic Data templates.
Linq To Excel In Action
11/9/2020 7:39:30 AM.
In this post, we will demonstrate how we use LinqToExcel library to query data from Excel.
Calling an stored procedure using ADO.NET Entity Model
11/4/2020 9:17:54 AM.
Standards In Defining The AutoMappers
10/4/2020 11:17:23 PM.
This article describes the tips or standards in defining mapping profiles.
Var Keyword In C#
9/29/2020 8:24:38 AM.
C# var keyword is used to declare implicit type variables. Let's learn what is var in C# and when to use a var in C#.
Using LINQ Expressions In C#
9/18/2020 10:58:23 AM.
In this article, you will learn how to use LINQ Expressions in C#.
LINQ Queries
9/2/2020 2:54:10 PM.
In this article, you will learn about LINQ Queries.
Optimizing LINQ Queries In C#.NET For MS SQL Server
8/13/2020 7:44:03 AM.
In this article, you will learn about some aspects of LINQ query optimization for MS SQL Server.
Learn To Use LINQPad
8/5/2020 7:39:57 AM.
In this article, you will learn about LINQPad.
JavaScript Functions vs LINQ C#
7/5/2020 7:41:32 AM.
This is a comparison between Javascript functions and LINQ in C# for collections.
Multi-Select Dropdown With Checkboxes Using jQuery In MVC
6/9/2020 8:48:23 PM.
This article is about creating a multi-select dropdown with CheckBoxes in MVC by using Jquery on a country sample data. This kind of scenario is taken on applications such as on insurance domain. When
EF Core - SELECT DISTINCT on a Few Columns Only
4/26/2020 2:53:51 PM.
In this article, you will learn about implementing EF Core - SELECT DISTINCT on selected columns only.
Efficient Data Modification with Entity Framework Core
4/16/2020 3:02:47 PM.
In this article, you will learn about efficient data modification with Entity Framework Core.
Basic Concepts About LINQ In C#
10/16/2019 11:53:31 PM.
In this article, you will learn some basic concepts about LINQ in C#.
FlexibleList In C#
10/8/2019 1:04:31 AM.
This article is about FlexibleList in C#.
Practical Use Of Extension Methods In C#
8/29/2019 3:48:31 AM.
In this video, we will talk about and learn the practical usage of extension methods in C#.
LINQ Operators And Lambda Expression - Syntax & Examples
7/21/2019 6:20:29 PM.
Here is a list of code examples for LINQ operators and the equivalent Lambda Expressions.
SQL Join Query With LINQ
7/15/2019 3:51:55 AM.
In this article, I will show you how to create SQL queries in LINQ. LINQ Join queries.
Lazy Loading And Eager Loading In LINQ To SQL
7/5/2019 6:27:29 AM.
In this article, you will learn about Lazy Loading and Eager Loading in LINQ to SQL.
How To Use LINQ To SQL For Retrieving Data From SQL Server Database
7/4/2019 6:10:31 AM.
In this article, we will learn how to use LINQ to SQL to retrieve data from the SQL server database.
Dynamic Sorting (OrderBy) Based On User Preference
6/21/2019 9:17:07 AM.
In this article, I am going to demonstrate how we can sort the data based on user preference.
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
6/7/2019 12:58:19 AM.
This article explains various types of joins in LINQ query. Learn Inner join, Outer Join, Left Outer join, Right Outer join, Full outer join, Cross Join, Group Join in LINQ query.
Understanding Group In LIQN By With Easy Examples
6/2/2019 7:23:18 AM.
This article explains GroupBy in LINQ with real-world code example.
How To Use Extensions For LINQ - C#
5/20/2019 11:36:38 PM.
In this tutorial, we will learn how to use extension methods with LINQ in C# to simplify the coding.
Increase Performance Of LINQ By Parallelism
4/9/2019 9:16:22 AM.
Parallelism solves many problems in the computing world if done in the right way; parallelism is not good if the task is small and needs synchronization of resources, such a scenario would hurt perfor
Aggregate Function In LINQ
3/14/2019 4:39:15 AM.
In this article, we going to see about how to use the aggregate function with LINQ.
Simple SELECT, INSERT, UPDATE and DELETE Using LINQ to SQL
3/14/2019 1:37:54 AM.
In this article I am going to explain simple Select, Insert, Update and Delete operation using to LINQ to SQL.
Introduction To LINQ
2/25/2019 12:05:15 AM.
In this article, you will have an introduction to LINQ. Here we will see What LINQ is, benefits of using LINQ, LINQ Architecture, and LINQ Providers.
Working With Multiple Tables Using LINQ Join In MVC
2/22/2019 11:29:49 AM.
In this article, we will learn how we can join multiple tables using LINQ and display records in a View. We will learn everything in a step by step manner.
All About IEnumerable and IQueryable
2/12/2019 9:00:34 AM.
When we talk about LINQ, we consider two collections, IEnumerable and IQueryable. In this article, we will learn all about IEnumerable and IQueryable, except how they are evaluated. Possibly, I will c
Difference Between IQueryable, IEnumerable, And IList In LINQ
2/10/2019 11:15:21 PM.
This article explains how to work with IQueryable and IEnumerable and IList in LINQ. Also, it tells when to use IQueryable and IEnumerable in real-time scenarios.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
1/31/2019 3:15:52 AM.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
Cascading Dropdown List In MVC Using LINQ to SQL
1/31/2019 3:05:29 AM.
In this article we will learn how to bind data from a table to a DropDownList in MVC using LINQ to SQL.
LINQ Extended Joins
1/14/2019 3:36:33 AM.
This article illustrates LINQ extended joins like Inner Join, Left Join, Right Join, Full Outer Join, Left Excluding Join, Right Excluding Join, Full Outer Excluding Join.
A Brief Introduction To LINQ
1/7/2019 2:40:25 AM.
Introduction to LINQ.LINQ query can be written in three ways, Query expression, Fluent Syntax, Mixed Syntax. LINQ allows you to query local data (e.g LINQ to Objects) as well as remote data (LINQ to S
Update Data to XML Using LINQ to XML
12/4/2018 3:45:10 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. Update Data to XML Using LINQ to XML.
Select Data From XML With Where Clause Using LINQ to XML
12/4/2018 3:28:54 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. Select Data From XML With Where Clause Using LINQ to XML.
Insert Data to XML Using LINQ to XML
12/4/2018 2:37:45 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. Insert Data to XML Using LINQ to XML.
Delete Data From XML Using LINQ to XML
12/4/2018 12:16:47 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. Delete data from XML using LINQ to XML.
Add Attribute to XML Using LINQ to XML
12/4/2018 12:07:36 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. add a new XAttribute to XML with help of a LINQ query.
Dynamic LINQ Query In C#
11/30/2018 5:25:13 AM.
This article shows how to use a dynamic LINQ library in C#. We will learn how to use SELECT Statement at runtime in Linq C#
Func<> Delegates in LINQ
10/24/2018 3:15:54 AM.
Learn how Func<> Delegates in LINQ work. Func delegates are pointers to methods that take one or more parameters and must return a value.
Show/Delete/Edit data in WPF DataGrid using LINQ to SQL Classes
9/18/2018 4:30:25 AM.
This article will demonstrate how to Show, Delete, and Edit data in WPF Data Grid using LINQ to SQL Data Classes.
An Overview Of LINQ
9/6/2018 4:33:19 AM.
In this article, you will get an overview of LINQ. LINQ Stands for Language Integrated query which is used to access memory objects, Databases and XML documents and so on.
LINQ Extension Methods - Partitioning Operator - Part Four
8/16/2018 11:16:54 PM.
This article is continuation of Linq extension methods. In this article I am going to demostrate partitionaning operators like skip, skipWhile, take and TakeWhile.
How To Use Join Operations With Database Using LINQ
8/16/2018 8:58:54 AM.
In this article. I will demonstrate how we can perform join operation with SQL database using Language-Integrated Query (LINQ).