Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Entity Framework Core LINQ query with multiple where clauses

EF Core 2.1 evaluates locally when subquery and aggregate after Grouping

Use Linq to flatten a nested list instead of a foreach loop

c# asp.net linq

Is there any faster way than .Any() to find if IEnumerable<T> has any data?

Which approach is better in LINQ?

c# database performance linq

Linq - Order by in Include

how to find minimum difference object of collection in c# linq

c# linq iqueryable

Checking for duplicates in a complex object using Linq or Lambda expression

linq lambda linq-to-objects

How to use LINQ to return substring of FileInfo.Name

c# .net linq

How to use LINQ to filter property of child collection using (.Any())

linq nhibernate

LINQ Query to retrieve multiple levels of relational data

asp.net-mvc linq

LINQ to Entities does not recognize the method 'Boolean Contains[Decimal]

asp.net-mvc linq

Parsing XML Data with LINQ

c# xml linq parsing

Linq To Sql: The member Date has no supported translation to SQL

c# linq linq-to-sql

Linq to Entities-- Havine a Guid in the where clause throws error

c# linq

C# loopless way to split string into multidimensional array or jagged array

c# linq

Using Linq and C#, is it possible to join two lists but with interleaving at each item?

c# .net linq

LINQ to XML: handling nodes that do not exist?

c# xml linq linq-to-xml

Issues to consider when choosing data access technologies?

.net linq linq-to-sql choice

Check if values of Dictionary contains an element with certain field value

c# linq