Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

Data Annotation or Fluent API? Best Practise for supporting various ORM's

Connection strings in .NET 6 Worker service

Stop EF Core from using Merge to Insert

EF Core 7 can't deserialize dynamic-members in JSON column

How to pass connection string to UnitOfWork project from startup.cs asp.net core