Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

EF Core Include on multiple sub-level collections

The instance of entity type 'Product' cannot be tracked because another instance with the same key value is already being tracked

Entity Framework not sending Where clauses as WHERE clauses to SQL Server

Entity Framework 4.0 GetChanges() equivalent

Table-per-type inheritance with EF 4.1 Fluent Code First