Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

C# integer primary key generation using Entity Framework with local database file (Sdf)

Where can I find a good step-by-step tutorial on using Entity Framework with a real-esque project? [closed]

Using Entity Framework, how do I add a record to the mapping table in a Many to Many relationship

Is it possible to create an association between two normal fields in Entity Framework, thereby ignoring the primary key?

c# .net entity-framework

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

Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider

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