Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Setting up mock objects for EF dbcontext to test repository methods

EF6 vs Entity Framework Core : Insert an entity without resetting the primary key (identity) to zero

Includes doesn't work with LinqKit AsExpandable

Why does Entity Framework try to insert existing entity?

Failed because another entity of the same type already has the same primary key value As

ASP.NET Web Api join two tables to make an array of objects

ASP NET CORE Entity Framework Select with GroupBy Id

Automapper ProjectTo adds ToList into child properties

Concurrency across a scoped DbContext

Check if a table exists using EF Core 2.1

Property or navigation with the same name already exists on entity type - how to add foreign keys in migration scenario of Entity Framework

Entity Framework Core DbContext inheritance problem with DbOptions in constructor

Does a unique column constraint affect the performance of INSERT operations in SQL Server

Generic Repository in C# Using Entity Framework

How to make the EF Core Tools 3.1.2 work?

entity-framework nuget

Is there a way to programmatically check pending model changes in Entity Framework Core?

How to replace columns in a Queryable<T> in a generic fashion without executing the Queryable

Is there a planned release date for Entity Framework 2.0?

entity-framework

linq to entities inheritance query problem

C# + LINQ + ADO.NET EF , join 2 tables and return everything without specifying all fields manually