Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

.NET Core EF, cleaning up SqlConnection.CreateCommand

dotnet ef migrations automation: Detect changes for migrations

Blazor concurrency problem using Entity Framework Core

Get List of Modified Objects within Entity Framework 7

Does EF Core allow a unique column to contain multiple nulls?

Where is HasDefaultSchema in Entity Framework Core?

entity-framework-core

EF Core one to many relationships: ICollection or Hashset?

Your target project 'x' doesn't match your migrations assembly 'xx'. Either change your target project or change your migrations assembly

EF Core 2.0 connection string in Azure Functions .NET Core

Bulk Update in Entity Framework Core

Issue with scaffolding a MySql database with EF Core - Method not found: Void Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping

why remove-migration run my app?

Entity Framework Core - prevent multiple null values on unique indexes [duplicate]

Converting IConfigurationSection to IOptions

How to dynamically order by certain entity properties in Entity Framework 7 (Core)

EntityFramework Core 2.0 - Add Migration error "The EntityFramework package is not installed"

How to use C# 9 records with EF Core?

Cannot access a disposed object Asp.net Identity Core

How to scaffold EF core to existing DB?

Mocking Entity Framework Core context