Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

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?

How to load varbinary(max) fields only when necessary with ADO.NET Entity Framework?

Entity Framework - "All" method

Entity Framework - Navigating and Including properties through collections

How to select a row(object) based on max of a field Entity Framework 4.1

Proper use of "Using" statement for datacontext

How can I convert DateTime to String in Linq Query?

How does the Take() method work?

DateTime manipulation inside Linq to entities query

Entity Framework - query specifying inherited type for navigation property

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

Linq to Entities group by week number