EF Core Automatic Migrations in .NET Core Web API | .Net 8

preview_player
Показать описание
Learn how to effortlessly implement EF Core Automatic Migrations in your .NET Core Web API projects. This tutorial provides a step-by-step guide to integrating automatic migrations into your development workflow, ensuring seamless database updates and management.

EF Core
automatic migrations
.NET Core Web API
.NET Core
Entity Framework
database management
web development
backend development

#efcore #automaticmigrations #dotnetcorewebapi #dotnetcore #entityframework #databasemanagement #webdevelopment #backenddevelopment #tutorial
Рекомендации по теме
Комментарии
Автор

I have a situation: If I already have at least a table created in the database, the method does not create the tables referent of my DbSets. How do I solve it? Thanks a lot.

aseneda
Автор

Very nice video, just what i was looking for.
Everything works fine locally, and i can use my Azure connection string to update the cloud db just fine. But when deploying the api to Azure somehow it fails with this error:
"The account being accessed does not have sufficient permissions to execute this
Only difference is that its deployed to an app in azure. Everything else i the same, even the connectionString. Do you know why this is the case?

Joozimak