Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Specifying HostingEnvironment when running EF 7 migration

Azure Cosmos DB (EF/Core) - Camel Case Property Names

How do I pass connection string to DBContext in Entity Framework Core?

Using ApplicationDbContext with DI from appsettings.json

How can I create a GraphQL partial update with HotChocolate and EFCore

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