Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Protect SQLite database used by EntityFramework Core Application

Converting IQueryable to implement IAsyncEnumerable [duplicate]

How to allow migration for a console application?

ASP.NET 5 EntityFramework.Core 7.0.0-rc1-final issue - Compiler wants 7.0.0.0 to be referenced which is not found

Entity Framework 7 Async collections

entity-framework-core

EntityFrameworkCore how to run "Update-Database" & "Add-Migration" from Visual Studio Code (VSCode)

How to set up the DbContext in xUnit test project properly?

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?