Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework Code First Migration Error

How to have Many to Many Association in Entity Framework Code First

How to make Fluent API configuration work with MVC client side validation?

Entity Framework CodeFirst many to many relationship with additional information

Many to many mapping with extra fields in Fluent API

Entity Framework Code First: Adding to Many to Many relationship by ID

Does getting entities with AsNoTracking() disable the automatic call to DetectChanges()?

The entity type <classname> is not part of the model for the current context

Filter all navigation properties before they are loaded (lazy or eager) into memory

Entity Framework 6 Code First function mapping

Code first - Cannot insert the value NULL into column 'Id'

EF6 Code First with generic repository and Dependency Injection and SoC

EF Code First - 1-to-1 Optional Relationship

ef-code-first one-to-one

Entity Framework 5 Migrations: Setting up an initial migration and single seed of the database

Is RecreateDatabaseIfModelChanges available in WPF?

How do you ensure Cascade Delete is enabled on a table relationship in EF Code first?

EF4 Code-First causes InvalidOperationException

Entity Framework Code First - Why can't I update complex properties this way?

A relationship is in the Deleted state

Most efficiently handling Create, Update, Delete with Entity Framework Code First