Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Entity Framework Core connect to MSSQL database over SSH tunnel

Entity Framework Core apply migrations programmatically

Ways to manage configuration in project with multiple tiers

Strongly Typed Ids in Entity Framework Core

Is there a DbSet<TEntity>.Local equivalent in Entity Framework 7?