Search code examples
Is there a LINQ function for getting the longest string in a list of strings?...


c#stringlinq

Read More
Update value into SQLite db using C# or LINQ...


c#sqlitelinqasp.net-coremodel-view-controller

Read More
List<int> to a sql "in" query...


c#sqllinq

Read More
Error CS0029: Cannot implicitly convert type 'type' to 'type' in C# LINQ...


c#linq

Read More
LINQ to return only header items where line items are not zero...


c#linq

Read More
Linq methods not available for a collection implementing IEnumerable...


c#linqdevexpress

Read More
Entity Framework select distinct name...


c#linqentity-frameworkdistinct

Read More
linq crosstab with dynamic columns...


c#linq

Read More
Filter List Using Predicate Of Another List...


c#listlinqfilter

Read More
How to convert DataTable to class Object?...


c#asp.net.netlinqdatatable

Read More
The LINQ expression could not be translated. how to avoid client evaluation in given query...


c#linqentity-framework-core

Read More
List of strings into Bson Array...


c#.netlinqmongodbmongodb-.net-driver

Read More
Using LinQ Lambda expressions in C#, how to select collection of objects with maximum field value?...


c#linqlambdagroup-bymax

Read More
GroupBy, output certain amount (.Take(n)) and combine rest...


c#linqgroup

Read More
How to populate List with data from db using LINQ?...


c#linqasp.net-core

Read More
Using Linq to get the last N elements of a collection?...


c#linq

Read More
How to return the id of max(id) used in group by within LINQ?...


sql-serverlinq

Read More
Linq to SQL calculate average and count with a join...


c#linqlinq-to-sql

Read More
Refactor and reduce cyclomatic complexity with LINQ...


c#.netlinq

Read More
improve linq call to make one db call...


c#linqlinq-to-sql

Read More
How do I find the top 5 rows of a LINQ query result?...


c#entity-frameworklinqasp.net-core-mvc

Read More
Why count in mongodb C# LINQ driver implemented via aggregation?...


c#mongodbperformancelinq

Read More
Where is the ToList() method? (IQueryable)...


c#.netlinqextension-methods

Read More
GroupBy dynamic list on multiple properties by using reflection...


c#linqasp.net-core

Read More
Filter nest data by Linq (C#, Linq)...


c#listlinq

Read More
C# Linq GroupBy Return Default Value Instead Of Null...


c#linqgrouping

Read More
LINQ query to select based on property...


c#linq

Read More
Converting T-SQL string_agg to LINQ C#...


c#linqt-sql

Read More
The instance of entity type cannot be tracked even with AsNoTracking...


c#postgresqlentity-frameworklinq

Read More
What's wrong on do this "basic" Entity query which result very slow?...


c#.netentity-frameworklinq

Read More
BackNext