Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core doesn't throw exceptions on SaveChanges()/SaveChangesAsync()

using Max() in Orderby

Get custom property of signed in user in .NET Core

Can Entity Framework Core bet setup to use a backup connection string?

Entity Framework Core - Cannot Add First Migration

Complex query with filters in Entity Framework Core

Reusing ordering logic

Perform a similar group by/sum SQL statement using Entity Framework and C#

.NET: Entity Framework & DbContext: Use same model/class for multiple tables

Error when accessing data, EF Core seems to create its own column

Could not load assembly... Ensure it is referenced by the startup project

Reusing EF entities for both EF 6.x and EF Core

Common DB Access repository for ASP.NET Core Web App and Worker Service - managing context

Replace DbContext in WebApplicationFactory for unit testing

Run an EF core migration without a transaction?