Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core 3.1: Sequence contains no elements with FromSqlRaw query a stored procedure

Getting "Not Found" error with mini profiler in ASP.NET Core with EF .net 5

Collection vs List which I have to use for navigation properties

c# entity-framework-core

How to resolve System.Text.Json.JsonException: A possible object cycle was detected in Entity Framework? [duplicate]

EntityFramework in .net6 "no entity type mapped to the table"

Performing a subquery in Entity Framework Core

entity-framework-core

How to use AutoMapper for mapping with nesting properties?

Entity Framework won't detect that model change is already applied to database

'The entity type 'HierarchyId' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.'

Entity Framework Core using select and group by

Scaffold-DbContext breaking change upgrading from EF Core 6 to EF Core 7

Custom properties in partial class (Invalid column name)

How to run migration after scaffolding database

C# Problem with DbContext: Argument 1: cannot convert 'string' to 'Microsoft.EntityFrameworkCore.DbContextOptions'

EF Core distinct by column

Can EF Core track entities in non topmost projections?

dotnet ef dbcontext scaffold command --data-annotations or -d command line parameter doesn't seem to work

EF Core and MySql query is too slow

How to implement an self referencing many to many relationship with Entity Framework Core 1.1?

Saving data in a loop using Entity Framework Core

c# entity-framework-core