Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Upgrading from Entity Framework 6 to EF Core moving to AspNetCore.Identity dealing with schema migration issues with existing databases

Entity Framework Data Migrations for Different Environments

EF Core Data Seeding (HasData method on modelBuilder) not inserting data for Identity column

How to Rename AspNetUsers table for a class inherited from IdentityUser in ASP .NET Core 2.1?

Migrating from EF5 to EF6 with existing migrations

multiple localdb instances in separate files

Using dotnet-ef with docker and asp.net core 3.1

EF 6 CodeFirst Migrations Not Working

Adding EF Core Migrations to an existing database, while still enabling creation of the database from scratch

EF Migrations - how to manage during dev and deployment?

String is not nullable by default in Entity Framework Core 6.0

ApplyConfigurationsFromAssembly With Filter Entityframework Core

Update-Database command is missing in EF Core

EF migrations when several developers checks in migrations at the same time