Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

How to make inverse properties in ef core not return null but empty list

SQLite in-memory databases testing an EF Core application with temporal tables

Return null for non-nullable columns when no records found

c# entity-framework-core

How does EF Core DatabaseGeneratedOption.Computed work on GUID property

How might I move an existing entity into a different c# namespace and maintain migrations?

Entity Framework Core 7 has error with SQL data sync

ECONNRESET after CreatedAtAction, using _context.AddRange() - EF 2.0

LINQ Expression - Using .Any in s Select Could Not Be Translated

Does ExecuteSqlRaw() require SaveChanges()?

Remove foreign key added by convention in Entity Framework Core

c# entity-framework-core

IDesignTimeDbContextFactory not always needed?

Failed to create CoreCLR, HRESULT: 0x80004005 when trying to run Entity Framework CLI

dotnet ef Could not execute because the specified command or file was not found

Multiple Include/ThenInclude causing duplicates in EF Core