Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

Configuring one-to-many foreign key to a non primary key property

Retrieve all items that are in nested hierarchy

Blazor Server consistent database context between components

IsWithinDistance could not be translated

Search a table using a list of strings in EF Core 8 preview (where in clause)

.NET Core Entity Framework throws Invalid object name when accessed as entity, but works with SQL

Avoid HasData Seed DbContext in EF Core 2.2 during Unit Tests

How to use ToJson when using IEntityTypeConfiguration<T> to configure entities

c# entity-framework-core

DotNet Core setting the connection string after startup has run