Search code examples
How to group data by two fields in C# Linq?...


c#linqentity-framework-coreef-core-6.0

Read More
How to return tuple with IEnumerable<(string category, IEnumerable<Product> productsName)&g...


c#linqtuplesyield-return

Read More
OData IQueryable DTO mapping in separate method does not work...


c#entity-frameworklinqodataasp.net-core-webapi

Read More
How to create "inline if statement" with expressions in dynamic select for null checking...


c#linqlambdaexpressionentity-framework-core

Read More
"Sequence contains no element" when it actually find one...


c#linq

Read More
Extract values from a string into arrays...


c#linq

Read More
how use like in sql on linq c#...


c#sqlentity-frameworklinq

Read More
Storing an Array as comma separated, how to query with LINQ?...


c#linqentity-framework-core

Read More
How to access TElement of IEnumerable<IGrouping<TKey, TElement>> returned by GroupBy() i...


c#linq

Read More
How do I use Linq group by like this Code of Oracle?...


c#oraclelinq

Read More
Replacing ElementAt in a LINQ query to cover multiple elements...


c#linqentity-framework-core

Read More
C#: Altering values for every item in an array...


c#linqarraysdelegatesprojection

Read More
Get previous and next item in a IEnumerable using LINQ...


c#linqienumerable

Read More
LINQ to SQL concurrency conflict - Looks like a clean attach with proper row versioning...


.netasp.netlinqlinq-to-sql

Read More
Looping through items and read desired elements...


c#xmllinq

Read More
System.Linq.Dynamic.ParseException: 'expression expected'...


c#asp.net-mvclinqdatatablesdynamic-linq

Read More
Joining IEnumerable to DataModel returns "Cannot be Translated" error...


linqjoinenumerable

Read More
InvalidOperationException: An exception was thrown while attempting to evaluate a LINQ query paramet...


c#.netlinqentity-framework-core.net-core-3.1

Read More
LINQ with joins and group generates enormous query and is slow...


c#sql-serverentity-frameworklinqentity-framework-6

Read More
Can IEnumerable and IQueryable be Union?...


c#entity-frameworklinq

Read More
Get different results with the same query in T-SQL and LINQ (EF Core)...


sqllinqt-sqlentity-framework-coreasp.net-core-webapi

Read More
Using LINQ to group a field value into an array based on an ID...


c#linq

Read More
How to get one or more array elements in MongoDB using a Linq expression...


c#.netmongodblinq

Read More
c# Enumerable.Sum Method doesn't support ulong type...


c#linqlambda

Read More
Linq query to join three tables and return a object along with a list of another object in Entity Fr...


entity-frameworklinq

Read More
Programmatically chain OrderBy/ThenBy using LINQ / Entity Framework...


linqentity-framework

Read More
Can someone pls help me translate LINQ Query Syntax to Method Syntax?...


entity-frameworklinq

Read More
Trying to refactor this to LinQ but getting a invalid cast...


c#linq

Read More
EF Include(Expression)...


c#linqentity-framework-core

Read More
linq where condition matched then create a new record using profile information in c#?...


c#linqselect

Read More
BackNext