Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to reduce Entity Framework 4 query compile time?

ASP.NET MVC 2 - "The model of type 'XYZ' could not be updated" when using UpdateModel and LINQ to Entities (.NET 3.5)

Entity Framework Code first - FOREIGN KEY constraint problem

Entity Framework 4.2 "The type is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute

Proper use of "Using" statement for datacontext

LINQ child records null

c# linq entity-framework

DbContext.Entry performance issue

Convert to Enum

EF6 (code first), MVC, Unity, and a service layer without a repository

Entity Framework 4.0 generating read only model when I create model from existing database

c# sql entity-framework

How to manually set entity primary key in Entity Framework code first database?

ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0' could not be loaded

The type or namespace name 'Key' could not be found

c# entity-framework

How can I convert DateTime to String in Linq Query?

db.database.ExecuteSQLCommand equivalent in EF 7

How does the Take() method work?

How to return empty IQueryable in an async repository method

Why should i build a repository pattern with a unit of work on the top of my EF?

Linq Exception: Function can only be invoked from linq to entities

When to use Include in EF? Not needed in projection?