Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Migrations on CI Build Server

EntityFramework update or insert Chinese or non-English text

c# asp.net entity-framework

How to customize DbContext properties names in Entity Framework and stop being overwritted?

entity-framework

Make EF use local database in App_Data folder

c# asp.net entity-framework

ASP.NET MVC - view model, domain model and data model [closed]

Dynamically Modifying Where Condition in LINQ Query

Oracle query using Entity Framework is ridiculously slow

Circular Reference error when serializing objects in ASP.NET Web API

Enumerating IEnumerable in EF6 in debugger issues "Children could not be evaluated" error

Modifying the edmx template file

Entity Framework - Eager load two many-to-many relationships

Storing a complex detached object graph in EF6

LocalDB database on fly for entity framework code first

c# entity-framework localdb

What is the best way to collapse all existing Entity Framework migrations

Entity Framework - Efficiently Delete All Child Entities Without Loading Them

Temporarily set DbContext's CommandTimeout

Entity Framework - Leaving DB Context Open vs Continually re-creating

EF - Default value for new column with automatic migration

Entity Framework returning bad data

Using DbSet<TEntity>.Local Property in Entity Framework