Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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?

EF Migrations: RenameColumn in Automatic Migrations?

in Entity framework, how to call a method on Entity before saving

How do I define a database view using Entity Framework 4 Code-First?

Entity framework code first migrations, sql user permissions?

Unable to Retrieve Metadata

Entity Framework Core 2.0: How to configure abstract base class once