Search code examples
How to remove (via linq) duplicates from a List of objects...


c#asp.net.netlinq

Read More
How to utilize .GroupBy based on two parameters?...


c#linq

Read More
How to filter a List<MyObject> where at least a property have a match?...


.netlinq

Read More
Issue in Converting SQL Join Query to Linq/Lambda Query in C#...


c#sqlentity-frameworklinqentity-framework-core

Read More
How to sum the same index of element in each list of lists to flatten list of lists to single list? ...


c#linq

Read More
Having trouble grouping data using GroupBy Linq...


c#linq

Read More
Remove items from a list with duplicate column values using Linq...


c#linq

Read More
C# Serializing an object into XML that includes a list of objects...


c#xmllinqlinq-to-xmlxml-serialization

Read More
Using Linq (not Lambda), how do I check if a list is empty and if it's not, return results conta...


c#linq

Read More
Search for entire name based on three columns with LINQ...


c#visual-studiolinq

Read More
Nested List how to extract object using linq...


c#listlinq

Read More
Left join attempt in Linq Expression returning unwanted null item...


c#.netentity-frameworklinq.net-core

Read More
Database advice needed: porting VB6/ADO/JET app to VB.NET...


vb.netlinqadojetvb6-migration

Read More
Is there any way I can execute this SPROC and get the result with Entity Framework?...


sql-serverentity-frameworklinqsql-server-2008

Read More
How to Bulk Update records in Entity Framework?...


c#entity-frameworklinqbulkupdateentity-framework-extended

Read More
'The LINQ expression node type 'Invoke' is not supported in LINQ to Entities' when l...


c#entity-frameworklinqlambda

Read More
Retrieving all items from one table that is not in other table with Linq...


c#sql-serverlinq

Read More
Getting a list of strings with only the first and last character from another list LINQ...


c#.netlistlinq

Read More
Is there a .NET queue class that allows for dequeuing multiple items at once?...


c#.netlinqcollections

Read More
Using LINQ to retrieve multiple records that fit criteria...


c#arrays.netlinqsplit

Read More
Query users & roles (ASP.NET identity) via Linq...


c#asp.net-mvcentity-frameworklinqasp.net-identity

Read More
First() could not be translated when accessing first group element (Linq GroupBy)...


c#linqgroup-byentity-framework-core

Read More
Convert public List<List<List<double>>> to string comma separated using C#...


c#linqc#-4.0

Read More
C# - SQL to LINQ Convertion (Select latest record by ID)...


c#linqentity-framework-coresql-to-linq-conversion

Read More
Remove List<T> elements that appear more than once, in place...


c#listlinqin-place

Read More
Fill in missing data in list...


c#linq

Read More
Convert XElement to string...


c#xmllinqlinq-to-xml

Read More
LINQ order by null column where order is ascending and nulls should be last...


c#linqsorting

Read More
How to convert this sql query into linq query. I am stuck at the group by and sum part...


c#sqlasp.net.netlinq

Read More
Sort Object Collection by specific string C# LINQ...


c#.netlinq

Read More
BackNext