CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
entity-framework-migrations
09-13
database
How to migrate Code First changes to production
09-01
database
C# & Entity Framework Core: error using a variable for id's when seeding with modelbuilder
08-26
Back-end
Design Time DbContext Factory - Class Library how to get connection string from UserSecrets in a cla
08-18
Software engineering
EF Core InMemory DB does not apply configurations from assembly and returns no data
08-09
Back-end
Why does running Update-Database on my empty production database not create any tables?
08-08
Mobile
Any way to detect when DbContext.OnConfiguring() is being called from Package Manager Console?
08-04
Software engineering
Many to one relationship not shown on find and toList in Linq to entities code first
08-02
front end
.Net 6 EF Core DbContext and Models In Separate Class Libary
07-30
Mobile
Migration issues after replacing IdentityDbContext with regular DbContext
07-23
database
EF migrations not working in Github action, same command works locally
07-03
Blockchain
Add new column in database by migration c#
06-22
Enterprise
How to create a connection between two objects, reference to one and to many in EF Core
06-07
other
How can I add two property in my model in EF code first from one model?
06-01
other
Updating databases in Entity Framework for development and production environments in ASP.NET Core
05-29
database
How can i add tow property in my model in EF code first from one model?
05-22
Blockchain
Create database and generate table with dotnet migration from created models
05-22
Net
Entity Framework Migrations in UWP app can't find ModelSnapshot
05-16
Mobile
.Net 6 Migrate a context that is located in a different layer
05-14
Blockchain
Error adding migration when data models are in a separate assembly
05-13
Software engineering
Entity Framework Migrations in UWP app can't find ModelSnapshot
05-06
Back-end
Which migration files can safely be deleted
04-11
Mobile
Entity Framework Data Migration
03-12
database
c# .NET 4.8 How to create multi column index using default foreign keys on existing entity in Databa
02-18
Mobile
EF Core: update database error: column "PostalCode" of relation "City" already e
01-01
database
Entity Framework Core Add Migration gives Value cannot be null. (Parameter 'connectionString
12-25
database
NpgsqlTimeout timeout when trying to migrate
12-16
Software design
Run code after all EF Core migrations are applied
12-07
Enterprise
Entity Framework code-first migration ignoring [Key] and forcing composite key
12-07
Software engineering
EntityFramework Code-first migration ignoring [Key] and forcing composite key
11-22
Mobile
Run EF migrations on Startup in asp.net core 6 application
11-15
database
How to set name of index or foreign key explicitly on "half" many-to-many in migration for
11-02
Net
.NET Core 5.0 EF Migration add new foreign column
10-26
Mobile
EF Core Database.EnsureCreated get creating table SQL and without sending request to database
10-13
Mobile
dotnet ef separate database provider for dev/prod
10-09
Back-end
How to generate empty migration in Entity Framework Core?
10-08
database
Connecting to MySql database in Docker
10-06
OS
EF Migration / How to change DB First approach to the Code First Approach for the existing project
10-06
Enterprise
How to update models in asp.net through database first approach while keeping some previous methods
10-04
front end
EF Core migration
Links:
CodePudding