Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Multiple Joins in Entity Framework query

How to Export data to Excel using LINQ to Entity?

Linq-to-SQL EntitySet Is Not IQueryable -- Any Workarounds?

Conditional projection with LINQ to Entities

How to order a list of entities by a custom order?

c# linq linq-to-entities

Retrieving a tree structure from a database using LINQ

What is an efficient Entity Framework query to check if users are friends?

Linq query with Contains only works with is IQueryable is in external variable

The entity or complex type ... cannot be constructed in a LINQ to Entities query

Linq query join one table row to another table multiple row

c# linq linq-to-entities

System.Core error: "Code supposed to be unreachable" using C# Entity Framework and Linq with Expression

How to deal with large result sets with Linq to Entities?

c# linq linq-to-entities

Group join in EF Core 3.1

How to stay DRY whilst using LINQ to Entities and helper methods?

SelectMany creates lots of SQL select statements instead of one with join

Linq GroupBy on multiple columns with potentials null value

How can Entity Framework queries be reused (using methods)?

Linq to Entity comparing strings ignores white spaces

Reusable Calculations For LINQ Projections In Entity Framework (Code First)

Does calling Select() or GroupBy() in Linq to entities trigger querying the database?