Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Exposing Large Data Models via OData and WebAPI

IdentityUserLogin does not contain a definition for User

Why is my Entity Framework query with Single slow?

Where returns wrong record

c# linq entity-framework

Limit objects in a collection from being serialized based on User

SqlQuery into a [NotMapped] field?

c# sql 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