Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Reset EF code-first database in LocalDB

C# LINQ to Entities query for the intersection of two different properties

EF how to filter data by date

Entity Framework and Unit of Work

How to share a connection between EF DbContext and AspNet Membership to avoid transactions escalating to DTC

The entity type is not part of the model, EF 5

LINQ to Entities does not recognize the method and this method cannot be translated into a store expression [duplicate]

How do you join two many to many tables in Entity Framework?

What is the best way to build view model?

Cannot drop database because it is currently in use - EF code-first

Shortcut in Fluent API to set multiple properties as required

How do implement Unit of Work, Repository and Business Logic in ASP MVC?

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?