Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Property value changes without setter being called

How to avoid the AUTOINCREMENT keyword with EFC and SQLite?

Entity Framework 7 in memory database exception

c# entity-framework-core

How do I configure other user defined data-type with Entity Framework Core?

how do I prevent left join for owned properties in entity framework core 3.1?

change environment during database update [duplicate]

specify appsettings while adding database migration

Mocking a method with a side effect on its argument

IDbContextFactory for Blazor: when to use CreateDbContextAsync the async version vs CreateDbContext

EF Core can not handle DateTimeOffset when using an SQLite connection

Is it possible/good to specify Fill factor on a SQL Server clustered index via EF Core 5?

How can i set partition key from cosmosdb collection through entity framework core code first approach?

How to setup an execution strategy for Oracle in EF Core 2.2?

How can I return IQueryable<TEntity> object from a mock object?