Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

IdentityServer 4, Create Panel to CRUD Clients

combining .NET Core 2.2 and 3.0 projects

How do I debug an Android app that crashes only in Release Mode

Auto increment PK starting from zero - EF Core code-first

How can I call a SQL Stored Procedure using EntityFramework 7 and Asp.Net 5

How to check connection to database in Entity Framework Core?

EF Core SQLITE - SQLite Error 19: 'UNIQUE constraint failed

Set decimal precision for query result object

Unable to connect to Azure Cosmos Db Account using Microsoft.EntityFrameworkCore.Cosmos - Response status code

Asp.net core Identity "The INSERT statement conflicted with the FOREIGN KEY constraint "

The entity type 'Access' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'

How to inject DbContext instance in the ConfigureServices method of startup.cs correctly (ASP.net core 1.1)?

How to pass lambda 'include' with multiple levels in Entity Framework Core?

ASP.Net Core how to get the user role in EF Core and Identity