Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

EF5 one-to-many relationship

Using AutoMapper to load entities from the database?

Composite PK without key property

Entity Framework Code First: "The specified table 'foo' was not found in the model."

Using Linq to determine if a record does not exist in a list but does exist in a table

c# linq entity-framework

Is there any advantage for Entity Framework generic repository?