Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

What to use instead of DbSet Create() Method in EF7, and is it recommended to simply new T()

How do I write EF.Functions extension method?

How to add a parent record with its children records in EF Core

Check if applied migrations match the DbContext?

Add-Migration Value cannot be null. Parameter name: language

EF Core 3.0 translating string.Equals ordinalIgnoreCase correctly

Update-Database failed: "The index 'IX_Task_UserId' is dependent on column 'UserId'"

How do I get an IDbTransaction from an IDbContext?

EF Core: Get Authenticated username in Shadow Properties

EF Core enable Lazy Loading conditionally

How do I execute a raw SQL query to a custom object in Entity Framework Core 3.1, without migrations wanting to create a table?

Blazor with Database First

db.database.ExecuteSQLCommand equivalent in EF 7

When to use Include in EF? Not needed in projection?

EF Core Include on multiple sub-level collections

How do I mock AddAsync?

Override default indexes in AspNetCore.Identity tables

Expression tree to SQL with EF Core

c# entity-framework-core

Cannot resolve scoped service DbContextOptions

Select only specific fields with Linq (EF core)