Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

ASP.NET 5 / MVC 6 with MySQL database

'Microsoft.EntityFrameworkCore.Infrastructure.IDbContextFactory`1[TContext]' violates the constraint of type parameter 'TContext'

How to use StructureMap Registry to Configure EF Core in Separate Project?

PostgresException: 23505: duplicate key value violates unique constraint "PK_country"

'No suitable constructor found for entity type' when doing EF Core migration (SmartEnum)

How to change connection string on command line to update database on migration to a new database in Entity Framework Core

How to get Role Claims?

Application break accessing dbcontext, Asp .net core web api 2.0 with entity framework core 2.0 database first approach

How to set a property to be "Identity" or auto-incremented column with Entity Framework Core?

EF Core: Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF on one to many

How to deploy a code-first Entity Framework database using Azure Devops pipelines to SQL server

EF Core2.2: Scaffold-DbContext not working with named connection string in WPF project