Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Could not load file or assembly 'EntityFramework' after downgrading from 4.5 to 4.0 with EF5

The item with identity 'Id' already exists in the metadata collection. Parameter name: item

How do I set a default connection string in a console application?

c# entity-framework

MVC - Create object and related objects in one go

LINQ to Entities does not recognize the method 'System.Collections.Generic.Dictionary`2[System.Int32,System.String] ToDictionary

c# linq entity-framework

Entity Data Model Wizard Not Showing New Tables

Entity Framework Code First Foreign Key issue

Why does VS 2015 need a reference to System.Data.Entity but VS 2013 does not?

Is it necessary to code unit tests for every single layer on an n-tier architecture?

Seemingly equivalent queries in LINQ and SQL returns different results [duplicate]

Datetime.UtcNow in Entity Framework query evaluated different than DateTime.UtcNow in C# IL

Linq to Sql Count Include joins

OData include "Custom Properties" added to Entity Framework models via Partial Classes

entity-framework odata

Entity Framework: Remove and Add entities with same key in a single request

Sequence contains more than one element?

c# .net entity-framework linq

Linq stored procedure to return XML

Entity Framework table name convention

c# entity-framework

Can Entity Framework Core run non-query calls?

Mapping composite foreign key to composite primary key where the foreign key is also a primary key

InvalidOperationException - When executing a command, parameters must be exclusively database parameters or values

c# sql entity-framework