Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

The right way to insert multiple records to a table using LINQ to Entities

Can't get EntityFunctions.TruncateTime() to work

Conditional Include() in Entity Framework [duplicate]

Cannot implicitly convert type 'System.Linq.IQueryable' to 'System.Collections.Generic.IList'

Simple Automapper Example

Convert anonymous type to new C# 7 tuple type

How to do a Bulk Insert -- Linq to Entities

How to avoid Query Plan re-compilation when using IEnumerable.Contains in Entity Framework LINQ queries?

LINQ to Entities does not recognize the method 'System.TimeSpan Subtract(System.DateTime)' method

How do I delete an object from an Entity Framework model without first loading it?

Group by Weeks in LINQ to Entities

LINQ to Entities how to update a record

Linq to Entities, random order

How do I eliminate Error 3002?

What is the purpose of .edmx files?

LINQ to Entity : Multiple join conditions

linq linq-to-entities

How to initialize IEnumerable<Object> that be empty and allow to Concat to it?

How to move from Linq 2 SQL to Linq 2 Entities?

Is Injection Possible through Dynamic LINQ?

Updating your edmx to reflect changes made in your db (.net linq-to-entities)