Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Azure Continuous Deployment - Code First Migration seeding issue (MVC 5)

How to generate empty migration in Entity Framework Core?

Set identity to the previous created column during migration

How to enforce Restrict DeleteBehavior for migration build using ef?

Trying out EF code-first and migrations - stumbling blocks

Run EF migrations on Startup in asp.net core 6 application

Speed up retrieval of distinct values for dropdown via caching

How can I set up automatic migrations in Entity Framework Core 7 for my ASP.NET Core MVC web app project?

Fill a new colum from another columns before I delete them during migration

EF 4.3.1 - code first automatic migrations - how to specify column width

Stored Procedures for CUD: What is the purpose of the two SELECT statements in a scaffolded Insert stored procedure?

Cannot Create Database with credentials using Entity Framework Code-First?

Where to put your initialization steps in ASP.NET Core Web Api?

EntityTypeBuilder does not contain a definition for 'Navigation'

Unable to retrieve project metadata. Ensure it's an SDK-style project

Setup EF core to not create Database Foreign Key for specific Navigation Property