Search code examples
EF Core always create .Annotation("SqlServer:Identity", "1, 1") on add-migration...


.net-coreentity-framework-coreentity-framework-migrationsef-core-2.2

Read More
How to group properties together when serializing to JSON with JsonConverter<T>...


c#entity-frameworkjson.netodataef-core-2.2

Read More
How to reload collection in EF Core 2.x?...


c#entity-framework-coreef-core-2.2

Read More
EF Core Connection to Azure SQL with Managed Identity...


c#entity-framework-coreazure-active-directoryazure-sql-databaseef-core-2.2

Read More
More than twenty 'IServiceProvider' instances have been created for internal use by Entity F...


entity-framework-coreef-core-2.0ef-core-2.2ef-core-2.1

Read More
How to change automatically assigned DateTime2 data type to DateTime with EF Core, Code First?...


c#sql-serverasp.net-coreef-core-2.2

Read More
ef core configure on delete behavior by data annotation...


c#sql-serverentity-framework-corerelational-databaseef-core-2.2

Read More
Stop EF Core from using Merge to Insert...


.net-coreentity-framework-coreef-core-2.2

Read More
Skip and Take not working for an IQueryable datasource...


c#entity-framework-coreef-core-2.2

Read More
EF Core One to One or Zero Relationship...


.net-coreentity-framework-coreef-core-2.2

Read More
How to use AddDbContextPool if all configuration in OnConfiguring method of DbContext...


c#entity-frameworkentity-framework-coreef-core-2.2

Read More
Why does EF Core throws "Database already exists"?...


c#entity-frameworkef-core-2.2

Read More
EF core 2.2 - projection as a parameter to a generic respository error...


c#asp.net-coreprojectionef-core-2.2

Read More
Does not contain definition for "HasDefaultValue"...


c#.net-coreentity-framework-coreef-core-2.2

Read More
Setup one to many relation with fk having multiple rows...


c#entity-frameworkdbcontextef-core-2.2

Read More
Entity Framework Core throws SqlNullValueException when loading entities from DbContext...


c#entity-frameworkentity-framework-coreef-core-2.2ef-core-3.0

Read More
Entity Framework Core migrations using dockerized postgresql image. No such host is known exception...


c#postgresqldockeref-core-2.2

Read More
Collection was modified; enumeration operation may not execute. EF Core 2.2...


c#asp.net-core-2.2ef-core-2.2ddd-repositories

Read More
EF Core : creating multiple filtered indexes on the same column...


c#sql-serveref-core-2.2

Read More
EF Core Invalid Column Name (Foreign Keys)...


c#.net-coreef-core-2.2

Read More
How to create DbContext...


asp.net-coreef-core-2.2

Read More
Postegres ef-core update database produce "42P01: relation "__EFMigrationsHistory" do...


postgresqlentity-framework-migrationsnpgsqlef-core-2.2

Read More
Set column type to NCHAR instead of NVARCHAR with IEntityTypeConfiguration...


c#entity-framework-coreef-core-2.2

Read More
Why does HTTP PUT from Angular 9 service CREATE a new DB entity instead of UPDATING original? - cann...


c#angularvisual-studioasp.net-core-mvcef-core-2.2

Read More
EF Core 5 Upgrade - Query Timeouts...


entity-frameworkentity-framework-coreasp.net-core-mvcef-core-3.1ef-core-2.2

Read More
How to get EFCore In-memory db to auto-increment non-key fields...


.netin-memory-databaseef-core-2.2

Read More
EF Core with SQLite on xamarin: how to delete database and rerun migrations by code...


c#androidsqlitexamarinef-core-2.2

Read More
npgsql connection pool repeated authentication...


c#npgsqlef-core-2.2

Read More
Where do I have memory leaks and how to fix it? Why memory consumption increases?...


c#memory-leakssqlconnectionmultitaskingef-core-2.2

Read More
Force SUM method to return NULL when applicable in EF Core...


c#sql-serveref-core-2.2

Read More
BackNext