Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Recommended lifecycle for DbContext in ASP.NET Web API?

Index on Spatial / DBGeography Property for Entity Framework Code First

How to add additional tables to an existing code first from database EF model?

System.Data.Entity.DbSet vs System.Data.Entity.Infrastructure.DbQuery

entity-framework

Streaming varbinary(max) data using Entity Framework 6

Order by (asc|desc) in linq to SQL Server handles DateTime differently

Entity framework error on updating model from database and vice versa

entity-framework edmx

Entity framework performance join vs navigation property

c# entity-framework

Running Different Stored Procedures in Parallel in EF6

Entity Framework 1-To-* and 1-to-1

c# entity-framework

Freeze a linq IQueryable (as a ToList().AsQueryable() would do)

c# linq entity-framework odata

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