Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core Migrations with multiple DbContexts on single database

EF Core: use a dictionary property

EntityFramework Commands in ASP.Net 5 Class Library Package?

Password protected SQLite with Entity Framework Core

Entity Framework Core - Migration - No Parameterless Constructor Defined for this Object

How do I test whether a DbContext is in memory?

.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