HomePosts tagged “LINQ”

LINQ

Showing 1 - 20 of 26 results
The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to...
In this C# tips & tricks post , we will look at a simple usage of LINQ in C# to...
Below is a sample code snippet demonstrating how to retreive the max row with the group by in LINQ Query...
Do you want to merge string arrays and yet want to keep the distinct values in C# ? . One...
Below is a sample code snippet demonstrating how to use GroupBy in LINQ and C#. Using GroupBy in LINQ and...
Below is a sample code snippet demonstrating how to use the Sum extension method to get the sum of experience...
Below is a sample code snippet demonstrating how to perform paging on a collection with LINQ Query in C# using...
There are times when you would have an array of string with only integer values and you may want to...
When using the SQL Query, we could use the IN keyword to find the item something like this SELECT *...
This article will provide a code snippet and explains how to return Dictionary as result from a LINQ Query in...
Most of the developers would have come across Any() and Count() when using LINQ in C# . What is difference...
Learnt something cool today on how to use Lambda expression and LINQ to concatenate string in C#. Using Lambda Expression...
For last few years , I had the opportunity to try LINQ to SQL and Entity Framework and have been...
The LINQ (Language Integrated Query) has the extension methods SingleOrDefault and FirstOrDefault . What is the difference between SingleOrDefault and...
Are you using LINQ in C# and requite to remove all objects matching the condition from a List ? Read...
Does the LINQ(Language Integrated Query) have the LIKE operator like the one we have in the SQL Server or any...
The orderby keyword can be used in LINQ to retrieve the ordered list of records based on the specified field....
What is NDepend? NDepend is one of the popular tool to analyse the .NET code that supports huge number of...
Below are few collections of JavaScript Library that allows you to query JSON objects with the syntax similar like Syntax...
If you have got an array of integers and you want to multiple the values inside the array and display...

Categories

Archives