Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Logging all Entity Framework queries in the debug window in DB-First Approach

One to zero-or-one relationship: Cannot insert explicit value for identity column in table when IDENTITY_INSERT is OFF

c# asp.net entity-framework

How to use Entity Framework for applications with many clients

Entity Framework's model caching makes it useless with large amounts of database schemas

How do I dynamically construct an Expression Tree to use with anonymous types

How to get data by mutiple values on one column with different values on other columns from database in Entity Framework?

Project X targets framework '.NETStandard'. The Entity Framework Package Manager Console Tools don't support this framework

.NET ORMs - What advantage does NHibernate (or SubSonic or whatever) give over using Entity Framework?

Local storage layer for Entity Framework?

xml entity-framework

Do you create multiple .dbml/.edmx file for large database when using LINQ2SQL or Entity Framework?

Entity Framework - Mapping decimal(13,0) problem

entity-framework mapping

Entity framework and deataching objects

.net entity-framework

Loading partial entities with Linq to Entities

Update A Collection With Entity Framework

How do I get the entity framework to work with archive flags?

What is the best way to use EF 4 and DDD

Get unrelated entities in one trip to the database

entity-framework

Include nested entities using LINQ

How do I reduce duplication of domain/entity/DTO objects?

Organizationally, where should I put common queries when using Entity Framework Code First?