Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How should I set up my integration tests to use a test database with Entity Framework?

Entity framework code first delete with cascade

Entity Framework - How to check if table exists?

Entity Framework Code-First - Define the key for this EntityType

Create a DbSet<T> dynamically in Entity Framework?

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?