Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Why does this LINQ expression break my loop & conversion logic?

EF - cannot convert from System.Linq.IQueryable to System.Data.Objects.ObjectQuery

Return 2 columns, Id and count, from EF as Dictionary<int,int>

Persisting a Variable across Requests

Is it possible for the Enumerable.FirstOrDefault method to deal with null parameters

c# linq-to-entities

Does LINQ to Entities support IEquatable in a 'where' clause predicate?

Linq date and datetime comparer

Is it possible to parameterise a lambda in Linq to Entities Select

Linq expression not supported

What is the difference between LINQ to Entities and the Entity Framework?

Entifyframework core 2.0 filter in ThenInclude

What type of object should I be binding to my WPF form in an n-tier app?

How to create an expression at runtime for use in GroupBy() with Entity Framework?

LINQ to SQL returning old data after an update

Create null enumerable within Linq to Entities query

Walking a hierarchy table with Linq

c# linq-to-entities

Find a word in a string where the string can be null (sometimes)

Linq Order By String Not Working

Help with C# LINQ Projection