Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF. The connection was not closed. The connection's current state is connecting

Package 'Microsoft.EntityFrameworkCore.SqlServer' is incompatible with 'all' frameworks in the project

Blazor: A second operation started on this context before a previous operation completed

add-migration : Cannot bind argument to parameter 'Path' because it is an empty string

Entity Framework Core 2.0 mapping enum to tinyint in SQL Server throws exception on query

c# entity-framework-core

How to implement IModelCacheKeyFactory in EF Core

'System.ValueTuple, Version=0.0.0.0 required for Add-Migration on .NET 4.6.1 Class Library

entity-framework-core

Entity Framework Core support for SQL Spatial Data Types - DBGeography?

c# entity-framework-core

Update parent and child collections on generic repository with EF Core

Executing Stored Procedure in Entity Framework Core 2.0

How to get scalar value from a SQL statement in a .Net core application?

How to run EF Core migrations on SQL Server database using Docker?

one-to-many relation using two columns in Entity Framework Core

Implementing recursive property loading in EF Core

Entity Framework creates migration without any updates

Specify Azure SQL server edition in EF Core without breaking local development

Entity Framework 7 : Generating Invalid Column Name

c# entity-framework-core

The type [Type] exists in both [Assembly1] and [netstandard 2.0 assembly]

EFCore - How to have multiple navigation properties to the same type?

In EF Core 5, how can I insert an entity with a many to many relation by setting only the foreigns keys IDs, without querying first?