Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

I can't update the database using Entity Framework Core

.NET Core 3.1 ChangePasswordAsync Inner Exception "Cannot update Identity column"

My join .NetCore 3.1 throws an exception about NavigationExpandingExpressionVisitor, what is that?

Microsoft.Data.SqlClient is not supported on this platform - Entity Framework Core 3.1

Unable to scaffold “datetime” type columns from MySQL in .net core 3.1

Should I return Task<IEnumerable<T>> or IAsyncEnumerable<T> from repository?

How to Inject Dependency of ApplicationDbContext in Repository MVC6

How do we configure conventions on Entity Framework 7?

Entity Framework 7 audit log

Does EF7 (EFCore) support enums?

LinqKit and async in Entity Framework

Setting journal mode in SQLite for Entity Framework Core code-first

How to implement typesafe enum pattern in entity framework core rc2

Inheritance and navigation properties to child entities

The entity type 'Configuration' requires a primary key to be defined

Polymorphic Relations in Entity Framework Core

c# entity-framework-core

Including derived child properties in Entity Framework Core 2.0

entity-framework-core

Entity Framework Core connection management

Should I define `foreign key Id` property in addition to the corresponding `navigation property`?