Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to use Entity Framework 4.1 Code First to force a one to one relationship for a one to many relationship in the database

How do I get the Entity Framework to initialise collections on my newly-created entities?

ASP.NET MVC 3 EF CodeFirst - DBContext item editing

Nullability for strings vs other data types in columns created by Entity Framework Code First

Why I do I fall into all of the hurdles for a simple update in EF?

Entity Framework 6 not creating tables in SQLite database

Migrating data when adding one-to-one relationship in EF Core?

DbUpdateException with entities that do not expose foreign key properties

Entity Framework 4.3.1 Code First: database created but tables are not

Multiple object sets of the same type

How to cascade delete only on join table using Entity Framework Code First Fluent API

Code first custom connection string and migrations without using IDbContextFactory

c# ef-code-first migration

EF 4.1 model first code generation tool or template

EF Code First Not Generating Tables

Foreign key between aggregate roots

Code-First, when I go enable-migrations, I get “No context type was found in the assembly 'DOC'”

Guidance for synchronising reverse associations in Entity Framework 4.1

Seed Many-to-Many Data in Entity Framework

ef-code-first

Entity Framework - relationship with fake Foreign Key (no foreign key in the db)

Exclude DbContext from migrations to avoid Context-Parameter