Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

DbContextBuilder does not contain definition for UseSqlite

Foreign key with composite key in EF Core

Is it possible to load nested navigation properties using EntityEntry.Reference?

c# entity-framework-core

What is the Entity Framework Core attribute equivalent to modelBuilder's HasDefaultValueSql?

Entity Framework cannot bind value object in entity constructor

c# entity-framework-core

When configuring RetryOnFailure what is the maxRetryDelay parameter

entity-framework-core

EF Core stored procedure different returning result

c# entity-framework-core

Converting EF Core queries from 2.2 to 3.0 - async await

'IMutableEntityType' does not contain a definition for 'Cosmos' and no accessible extension method 'Cosmos' accepting a first argument

Entity Framework Core properties without setters

Xamarin Forms, Sqlite, EF Core 3, migrations, and lot of confussion

Memory leak using Autofac with EF Core 3.1 (after migration from 2.2)

Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions'

Query with `groupjoin` cannot be translated although it's documened as being supported

entity-framework-core

Sorting using property name as string

How to include related tables in DbSet.Find()?

c# entity-framework-core

How do I consolidate migrations using EF Core?

How do I write unit tests for ASP.NET Core controllers that actually use my Database Context?

Include after select not load navigation property in Entity Framework core

Using DataTable as a Table Valued Parameter in EF Core 2.0