Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to enforce Restrict DeleteBehavior for migration build using ef?

EF Core entity inheritance from different sources without discriminator

"Error Unable to create an object of type 'AppDbContext'. For the different patterns supported at design time"

How to set ForeignKey and Index properties using IEntityTypeConfiguration in EF Core 2.0

How to suppress ambient transaction warning with EF7 RC2

Is it possible to use Entity Framework Core 6 with MongoDb? [duplicate]

Add modifications to your model when using EF Core DB First Design

EF Core Data Seeding for Json column

Purpose of OnModelCreating - EF Core Database first Approach

How to insert with a foreign key shadow property in EF Core?

How is Entity Framework Core with Dependency Injection disposed?

How to do this in LINQ or EF.Core?

EF 7 - new ExecuteDelete and ExecuteUpdate methods not working on an in-memory database

How can I avoid SQL injection in this EF Core query?

c# entity-framework-core

EF Core 3 add-migration failure on mapping to a relational type

What can cause persisted entities from a DbSet to be detached?

Duplicate key value Error when updating a lot of data

Using DbContextFactory in a singleton class in Blazor