Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Multiple Associations from one Object to two Objects of the same Entity Type

Entity Framework Code First: How to map private fields?

Entity Framework Code First and Collections of Primitive Types

code first auto gen proxy class navigation and collection properties are null

EF 6 Code First Stored Procedure - Read Only

Foreign Key To Microsoft.AspNet.Identity.EntityFramework.IdentityUser?

How to use ValueGeneratedOnUpdate() correctly?

Store byte array using Entity Framework 4, MySQL and code first?

Entity framework code first many to many

Does AsQueryable() on ICollection really makes lazy execution?

Mocking DbContext.Set<T>()?

Generated Identifier Too Long For Constraint Name

Violation of PRIMARY KEY constraint in Entity Framework code first link table

Entity Framework - Seed AddOrUpdate with multi column index as identifier

Entity Framework Code First: Configuration.cs seed or custom initializer

How Model n--n relationship in EF Code First to automatically generated views work correctly?

Delete table from EF CodeFirst migration

Unable to update database to match the current model because there are pending changes

Entity Framework 4.1 Code First not creating tables

Code-First Add-Migration keeps adding the same column