Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to update FK to null when deleting optional related entity

EF Code First - Globally set varchar mapping over nvarchar

EF4.1 Code First : How to disable delete cascade for a relationship without navigation property in dependent entity

How do I query an integer column for "starts with" in Entity Framework?

Entity framework migration - add new column with a value for existing entries

How to check if database schema matches Entity Framework schema?

AsNoTracking using LINQ Query syntax instead of Method syntax

Multiple indexes possible using HasColumnAnnotation?

Forcing code-first to always initialize a non-existent database?

Entity Framework Code First: FOREIGN KEY constraint may cause cycles or multiple cascade paths

Optimistic concurrency: IsConcurrencyToken and RowVersion

Entity Framework Database.SetInitializer simply not working

Entity Framework Core Code-First: Cascade delete on a many-to-many relationship

Share DbContext across Repositories in MVC Web App

What is the correct use of IDatabaseInitializer in EF?

Entity Framework 4: Code First - Creating db in another schema? MapSingleType?

How to seed data using EntityFramework Code first Migrations

How do I precompile an Entity Framework Code-First Query?

Code First & Identity with Azure Table Storage

How I can read EF DbContext metadata programmatically?