Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Map System.Uri using Entity Framework Fluent Api

Can one set a breakpoint in EF code first migrations seed method?

AutoMapper throwing StackOverflowException when calling ProjectTo<T>() on IQueryable

unable to retrieve metadata for unrecognized element providers

Linq To Entities - Any VS First VS Exists

How to share common column names in a Table per Hierarchy (TPH) mapping

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