Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core without migrations for existing SQL Server database

EF Core internal caching and many DbContext types during testing

Call stack for "Uses First/FirstOrDefault/Last/LastOrDefault operation without OrderBy and filter ..." warnings?

How can I set defaults for startup project and migration project in .NET Entity Framework Migrations?

MongoDB Entity Framework Core: Expression Must be Writeable

Entity Framework Core: self referencing FK column value being replaced with `NULL`

How can I convert an empty string value to a nullable date value?

EF Core: where clause to check if at least one string column contains all values in an array

c# entity-framework-core

Computed primary key doesn't get updated in EF Core entity after insert

How to create a compound (primary) key when using classes as relationships

c# entity-framework-core

EF Core Foreign Key: incompatible types

DataAnnotation [Index(IsUnique = true)] on a column throws error Attribute 'Index' is not valid on this declaration type

EF Core DbContext caching resulted included entities with dynamic Global filter

Npgsql.NpgsqlException: 'No password has been provided

Entity Framework Core: Guid Greater Than for Paging