Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core idempotent migration script fails despite check on applied migration

Scaffold-DbContext automatically adds plural "s" / EntityFrameworkCore 6.0.4

EF Core Reading Connection String From User Secret Using Class Library Project and DB Scaffolding

How to use the where clause with IQueryable<dynamic>

Is it possible to automatically map a DB view on Entity Framework Core version 2.1?

Migration to/from not found while creating migration script with ASP.NET Core tools

Alternative way to specify per-table schema

EF Core is lazy loading when I try to eager load with .Include()

Scaffolding MVC doesn't load ApplicationDbContext when inherit IdentityDbContext

When using Entity Framework, should I set the navigation property or foreign key property, when setting the FK?

Raw SQL in Postgres with EntityFramework Core

ChangeLog OriginalValue same as CurrentValue on EF Core Update Entity

A named connection string was used, but the name 'DefaultConnection' was not found in the application's configuration

Querying a custom type with Database.SqlQuery<T> in EF Core 7.0

Querying virtual list property on EF

CI EntityFramework Core missing migration check

How to return a list of int in Entity Framework Core using FromSqlRaw?

entity-framework-core

Adding DBContext Service to program.cs in Worker Project

exclude code coverage for ef core migration files