Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework filter nested collection

EF6 code first multiple 1-to-many mapping issue / "Multiplicity" error

Why do navigation properties have to be public for a proxy to be created?

EF with POCO + WCF + WPF. Reuse POCO classes on client or use DTOs?

c# wcf entity-framework poco dto

EntityFramework: Update single field with detached entity

Why Does Entity Framework Code First Change my Type Names?

Scope_Identity() in Entity Framework

c# entity-framework

EntityFramework taking excessive time to return records for a simple SQL query

How to use EF with SQLite and Visual Studio 2013

Defining relationships with existing database in code first

Seeding large lookup table data with Entity Framework Code First migrations

Entity Framework can not be found after merging with ILMerge

c# entity-framework ilmerge

Setting a default object for Entity Framework navigation property

how to use asp.net dynamic data with Entity framework in another dll

Converting JSON object to Data.Entities.Models.MyModel

Any way to detect if EntityFramework Core is run inside a tool?

Why are navigation properties reset after calling dbContext.Save in EF6