Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Search through Where clause in LINQ, using dynamic properties

How to do a simple Count in Linq?

EFCore 2.2 GroupBy Sum and DateDiff

IQueryable Lambda Projection Syntax

Entity Framework 4 search on combined fields

Is it possible to use Entity Framework without LINQ?

Whats wrong with LINQ to EF?

A field or property with the name was not found on the selected data source

How to use Date function in LINQ to entities?

LINQ to Entities does not recognize the method IsNullOrWhiteSpace

How do I get Entity Framework to only update the Properties modified in the SQL generated?

Removing select N+1 without .Include

EF/LINQ How to include child entities when there is a bidirectional relation

Linq to Entities and LEFT OUTER JOIN issue with MANY:1 relations

Many to many ordered by count of relationship (Entity Framework, Linq)

OrderByDescending with Skip and Take in LINQ shows error

best practise/way for master detail / multi table Insert in Entity Framework

How to combine inner join and left join in Entity Framework