Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to create a stored procedure from EF Core code first approach?

EntityFrameworkCore and net48

EF Core creates multiple foreign key columns

How to properly use IPluralizer in IDesignTimeServices

PostgreSQL EF.Core DB-First Invalid DB Model: No mapping to a relational type can be found for property 'Db.Order.High' with the CLR type 'bool'

Entity Framework .Net core not adding stored procedure classes

EF Core - In Memory Database - HasDefaultValue is being ignored

How to add new column in Client table in IdentityServer 4 using CodeFirst approach?

EF Core keeps complaining about non existent indexes

Entityframework Core Unable to cast object of type 'System.Int32' to type 'System.Int64'

Update is not working in OwnsMany Value Object relationship EF Core 5

Data annotations for handling empty strings

How can I write a Linq query that returns rows that are in a specific period of dates?

Entity Framework Core Query Generation

In-memory database doesn't save data

.NET 6 Project builds successfully but won't build during any 'dotnet ef' command

System.Data.Entity is not available

Entity Framework Core: default value when migrating nullable column to required

How to update a detached object with a collection inside on EF Core?