Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.1

why seeded roles are deleted on every migration in asp .net core 2.1?

EF Core Lazy loading extremely slow

c# ef-core-2.1

Execute RAW SQL on DbContext in EF Core 2.1

Null fields on a partial update mutation on GraphQL .NET

c# .net graphql ef-core-2.1

How to use SqlException in .NET CORE?

Adding a unique index on EF Core mapping does not seem to work

Populate Created and LastModified automagically in EF Core

How to get Count from FromSql?

Override default indexes in AspNetCore.Identity tables

Entity Framework Core 2.1, rename table using code-first migrations without dropping and creating new table

modelBuilder.Configurations.AddFromAssembly in EF Core

Pass current transaction to DbCommand

Get List of Entity Models in DbContext Entity Framework Core 2.1

Setting the On Update Cascade Constraint with Entity Framework Core

Getting "attempt was made to lazy-load navigation property on detached entity" despite eager fetch

ef-core-2.1

Entity Framework Core 2.1 - Multiple Providers

c# asp.net-core ef-core-2.1

Get Error : Entity type 'Course' is defined with a single key property, but 2 values were passed to the 'DbSet.Find' method

EF Core 3 x.Contains() in expression where x is ICollection

How to specify a composite primary key using EFCore Code First Migrations

Entity Framework Core - Setting Value Converter generically