Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

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