Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

ASP.NET Core Entity changing history

Can many-to-many relationships in EF Core 5.0 be configured keeping just one navigation property (on one side)?

In EF.Core Map Single Entity to two tables

c# entity-framework-core

When to use Async methods in EF Core?

dotnet ef migration list not finding migrations in Migration folder

DbContext & DbcontextPool in ef-core

Suppress EF core 3.0.x initialized msg

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