Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

No SaveChanges Method on IConfigurationDbContext with Identity Server 4

EF Core seeding mechanism isn't working with relationships

Unable to get correct DbContext reference in ASP.NET Core action filters

Should I remove async/await in repository methods if I'm just returning a Task?

SQLQuery fails when using string interpolation, how can I read the response?

Rollback transaction throws "There is already an open DataReader associated with this Command..." error

"The owned entity type requires to be referenced from another entity type via a navigation"

Disable logging of DbUpdateConcurrencyException

EF Core disconnected update of collection navigation properties via full replacement

EF Core owned entity shadow PK causes null constraint violation with SQLite

EF Core column name from mapping api

entity-framework-core

EF Core with SQLite on Mono: e_sqlite3 not found

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.0.0,

Entity Framework EF Core exception "Unable to translate the given 'GroupBy' pattern"

c# entity-framework-core

Primitive Obsession - Strongly typed int ID with auto increment

EF Core, Sqlite, InMemory, Code First - just HOW?

How to execute SQL query and return an object?

ASP.NET Core : Why do we need IDesignTimeDbContextFactory?

Configuring Serilog ASP.Net Core 3.2 with EF Core to log SQL statments

Abstract class with EF Core Migrations