Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Column 'Id' in table 'AspNetRoles' is of a type that is invalid for use as a key column in an index

In EF Core, how do I configure the foreign key for reference owned types using Fluent API

c# entity-framework-core

EF core navigation property not loading

EntityTypeBuilder does not contain a definition for 'Navigation'

Unable to retrieve project metadata. Ensure it's an SDK-style project

How to revert EF Core migration from SQL Server 2016 production machine

Intercept and alter sql query generated by the Application

Owned Entity with Polymorphism EF core 6

.NET 6 (Core) EF - Conditional Unique constraint?

EF Core - Do SQLServer migrations apply to SQLite?

One To Many returns empty array

Setup EF core to not create Database Foreign Key for specific Navigation Property

The required column 'id' was not present in the results of a `FromSql` operation in EFcore

How do I get the most recent entry by condition in EF Core?

How to define where clause for ExecuteDelete/ExecuteUpdate methods of EF core 7 with generic type properties?

The type initializer for 'Microsoft.Data.SqlClient.SNINativeMethodWrapper' threw an exception

The required library libhostfxr.so could not be found. Netcore Linux

How can I access UserManager and RoleManager from a Console App?

Select inside Include in EF Core

Does EF Core have a connection pool?