Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework Core CompileAsyncQuery syntax to do a query returning a list?

EF Core Configuring Complex Types

c# entity-framework-core

How can I use the Entity Framework Core capabilities to change my database?

Specified LocalDB instance name is invalid: Able to create migrations but not run them

EF Core Query multiple tables with condition between

When does EF Core DBContext dispose Sql Connection?

EF Core : Update column only for modified properties from disconnected entity

Filtering a list of results through a join table in EF Core

c# entity-framework-core

How to connect to MySQL server using Entity Framework Core

Managing Static Data Items in entity

Entity Framework Core OnModelCreating vs Migration, the correct development workflow

In EF Core how to select specific column and also save

Trying to Unit Test Generic Repository based on .NET EF Core fails when dealing with DbContext.Entry

A relational store has been configured without specifying either the DbConnection or connection string to use

EntityFramework Core Computed Property Error: InvalidOperation No Backing field

How to get total available rows from paginated ef core query

Self referencing / parent-child relationship one-to-zero or one in Entity Framework Core

Does EF Core support an abstract base entity which is generic?

How can I change current value for identity type primary key column in table in PostgreSQL database? [duplicate]

Several ExecuteUpdate-s in transaction