Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Accessing HttpContext.Current.User.Identity.Name in the DbContext

EF migration is dropping a column and trying to rename a nonexistent column back to Id

dnx ef 7 migration error with asp.net

How to Apply a Migration that comes "Before" Newer Migrations

c# .net entity-framework

Failure to update model from database using EF 5 and VS 2015

EF6.1 optional-to-optional with fluent api mapping

c# entity-framework

How to use Entity Framework code-first with a newer database model version

c# entity-framework

WPF UI blocking while awaiting DbContext

Remove from collection in Entity Framework 6

Is it possible to get complex Entity Framework objects from a REST api in .NET without creating ViewModel objects?

Entity Framework 6 "HasRequired" and "WithMany" partially working - not working as expected

entity framework change database physical location by class

Multiple self referencing in Entity Framework fails with "principal end" error

c# entity-framework

Entity framework 7 in ASP.NET MVC6 multiple foreign key to the same table

ENTITY/LINQ/ASP.NET : ASPxGridView Adding Rules

Entitiy Framework: "Update Database from Model" instead of "Generate Database from Model"

Make sure Entity framework always reads from database?

Using a tuple or some other complex type in a Linq-to-Entities query expression

Is Entity Framework more than a very time consuming way to save a little time?

asp.net entity-framework

One repository per table or one per functional section?