Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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)

Error Could not load type System.Data.OleDb.OleDbConnection from assembly System.Data when using Scaffold-DbContext, EntityFrameworkCore.Jet, .NetCore

Translating query with GROUP BY and COUNT to Linq

dnx : Error: Unable to load application or execute command 'ef'

Entity Framework core stored procedure

Use the same transaction in different methods with Entity Framework Core

EF Core query where Were clause is a collection?

DateTime property error in LINQ where clause

StartsWith() doesn't translate to Like('abc%') in LINQ