New posts in code-first

Entity Framework Code First - No Detach() method on DbContext

Fluent API, many-to-many in Entity Framework Core

SQL Server Express connection string for Entity Framework Code First

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

Entity Framework Code First Date field creation

How to specify table name with Entity Framework Code First Fluent API

how to use views in code first entity framework [closed]

in entity framework code first, how to use KeyAttribute on multiple columns

Does Entity Framework Code First support stored procedures?

Entity Framework DateTime and UTC

ASP.NET MVC3 and Entity Framework Code first architecture

Unique Constraint in Entity Framework Code First

The model backing the <Database> context has changed since the database was created

Validation failed for one or more entities while saving changes to SQL Server Database using Entity Framework

Why use ICollection and not IEnumerable or List<T> on many-many/one-many relationships?

Entity Framework Code First - two Foreign Keys from same table