Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Unable to load DLL 'sni.dll' - Entity Framework Core

How to log queries using Entity Framework 7?

EF7 Migrations - The corresponding CLR type for entity type '' is not instantiable

Is there a data annotation for unique constraint in EF Core (code first)?

Package Microsoft.EntityFrameworkCore.Sqlite 5.0.0-rc.1.20451.13 is not compatible with net50 (.NETFramework,Version=v5.0) / win7-x86

Using Entity Framework Core 3.1 with UseInMemoryDatabase option in ServiceProvider ( Scoped lifetime )

How can I install and use Entity Framework Core in Visual Studio Code?

Eager Loading using UserManager with EF Core

Showing classes from indirectly referenced packages in .NET Core

Explicit transaction in Entity Framework 7

Updating related data with Entity Framework Core

Package X is not compatible with netstandard2.0

Entity Framework Core 3.0 - Lambda expression used inside Include is not valid

Entity Framework Core 1.0 unit of work with Asp.Net Core middleware or Mvc filter

Working with multiple resultset in .net core

Entity Framework Core: How to solve Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths

What is the best way to perform partial updates in EF core and never update certain properties?

Problem with EF OrderBy after migration to .net core 3.1

Seed initial data in Entity Framework 7 RC 1 and ASP.NET MVC 6 [duplicate]

EF Core 2.1 GROUP BY and select first item in each group