Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

why is this linq query return a boolean and not the first result of the select?

c# linq

DefaultIfEmpty Exception "bug or limitation" with EF Core

Unit Testing Expression Trees

LINQ to XML: applying an XPath

c# xml linq xpath linq-to-xml

Select most recent records using LINQ to Entities

c# linq linq-to-entities

C# Converting set flags in a variable of type flag enumeration to an array of integers

c# linq string enumeration

Getting Entities whose keys match list(or array) of ids

Count or Skip(1).Any() where I want to find out if there is more than 1 record - Entity Framework

How to search in 2D array by LINQ ?[version2]

How to use LINQ Where for generic type?

c# linq

ORM and SOA in the .NET world [closed]

Linq To SQL Attach/Refresh Entity Object

c# .net linq linq-to-sql

Linq "Could not translate expression... into SQL and could not treat it as a local expression."

c# linq linq-to-sql

Unable to create a constant value of type (type) Only primitive types ('such as Int32, String, and Guid') are supported in this context

How to write not equal operator in linq to sql?

c# linq linq-to-sql

Is it possible to use reflection with linq to entity?

IEnumerable<IGrouping> to IEnumerable<List>

c# list linq igrouping

Why throws exception when using Guid.Parse() method?

EF Core queries all columns in SQL when mapping to object in Select

Linq expression to set all values of an array to a given value

c# linq lambda