Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Downside of using transaction dispose with entity framework integration testing

Entity framework throws exception while executing UPDATE statement

c# entity-framework

Using asynchronous save changes on Entity Framework with multiple contexts

EntityFramework package version="6.1.3" and Web config version 6.0.0.0?

MVC / Entity Code-First Multiple Contexts with Referential Integrity between them

EF 6 Enable-Migrations Can't Find Context

Entity Framework ObjectQuery.Include()

c# entity-framework

LINQ query with two joins that worked in EF 6 gives error in EF 7

c# entity-framework linq join

Manually run Entity Framework migration Seed() method, including after Down() migration

c# entity-framework

How delete many-to-many relation in Entity Framework 6

Populating a list within a list in C# not using foreach loop. better way?

Queries that include a column with large NVARCHAR values from from SQL Azure are slow

How to Convert a generic type list of data to another generic type list of data

Azure Functions with Entity Framework

EF Core - Add new tables to database During Runtime

c# asp.net entity-framework

Why is Entity Framework (Core) deleting old records on Add() operation?

Asynchronous commit in entity framework?

Entity Framework 6: Migration Drop column if exists

Implementing history tracking in SaveChanges override

Table per Type in Entity Framework Core 2.0