Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Migration with dynamic connection string in Entity Framework code-first (the connection string from text file)

EF Core One-to-Many relationship list returns null

AsNoTracking duplicating entities

Is there a way in EF core to use a dbContext to generate migration script

There is already a generated proxy type for the object layer type 'MyProject.Model.Applications'

How to Keep Entity Framework Code First from using Derived Classes that Aren't Part of the Model

ASP.NET Core 7 Identity - Custom User, Role, and PK Type

Does EF Core support an abstract base entity which is generic?

EF 6 - Invalid column name 'Discriminator', two DbContexts

Create table in migration code first if it does not exist

How to automate DB setup of Entity Framework's Code First in Testcontainers for testing?

Login failed for user "xxx" Failed to open the explicitly specified database solution

Get foreign key value using Entity Framework code first

How does one override the default SQL migration generator?