Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Scaffolding controller doesn't work with visual studio 2013 update 3 and 4

What is the syntax for self referencing foreign keys in EF Code First?

Confusion over EF Auto Migrations and seeding - seeding every program start

Find a specified generic DbSet in a DbContext dynamically when I have an entity

Upgrade from Entity Framework 5 to 6

Update wizard not responding

entity-framework edmx

Map collection of objects

Creating a non mapped property in an entity (entity framework)

entity-framework

The EntityContainer name must be unique. An EntityContainer with the name 'Entities' is already defined

Code first DbMigrator causes error when building from different machines

entity framework 4.1 objectContext vs dbContext [duplicate]

entity-framework

How to fake DbContext.Entry method in Entity Framework with repository pattern

Entity Framework options to map list of strings or list of int (List<string>)

EF5 Migration Update-Database -Script Error

What is the best practice in EF Core for using parallel async calls with an Injected DbContext?

Entity Framework auto incrementing field, that isn't the Id

Anonymous type result from sql query execution entity framework

Suppress SQL Queries logging in Entity Framework core

Entity Framework Duplicate type name within an assembly (6.1.0)

Cannot enable migrations for Entity Framework in class library