Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Entity Framework CTP5 Code-First: Mapping a class with multiple collections of another class

EF Code First & SQL Server Views

Entity Framework CTP 5 One to One mapping

One repository per table or one per functional section?