Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Can I reuse code for selecting a custom DTO object for a child property with EF Core?

What is Owned Entity? When and why to use Owned Entity in Entity Framework Core?

entity-framework-core

Difference between .NET Core and Entity Framework Core

Entity Framework Core 8 Where IN vs Where IN OPENJSON

Generic entity configuration class in EF Core 2

The type initializer for 'Microsoft.EntityFrameworkCore.Query.QueryableMethods' threw an exception

How to persist columns as json using the table-per-hierarchy (TPH) pattern in Entity Framework Core 2

Update owned entity EF Core 5

Npgsql in EFCore cannot translate DateTimeOffset.Date

Entity Framework Core MigrationBuilder "ALTER DATABASE statement not allowed within multi-statement transaction."

EFCore adding temporary ID by AddAsync()

c# entity-framework-core

Entity Framework Core - efficient way to update Entity that has children based on JSON representation of entity being passed in via Web API

How to fix : 'IDataProtectionBuilder' does not contain a definition for 'PersistKeysToDbContext' and no accessible extension

Setting default dateTime value in EF Core

Unable to create DbContext due to GetDatabaseLock method missing in Npgsql EF Core 9.x

What is the difference between configuring connection in a DbContext with OnConfiguring() or Services.AddDbContext() in a .NET Core Web API project?

How to specify default property values for owned entity types in Entity Framework Core 2.0?

How to add Data Validation in EF Core with Database First approach?

dotnet ef update database : A connection was successfully established with the server, but then an error occurred during the login process