Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How can I get data from a many-to-many relationship in .NET?

EntityFrameworkCore Key column auto increment from specific value

Avoid injecting concrete database context class to controller [closed]

Any way to detect if EntityFramework Core is run inside a tool?

IQueryable doesn't implement IDbAsync Query Provider

Cosmos provider for Entity Framework Core creating container with DbContext class name

Entity Framework Core : populating relationship navigation property

Circular dependency in ASP.NET Core

EFCore, many-to-many, DB First, navigation properties not working

Can "Script-Migration" create the database in .NET Entity Framework Core?

EF Core HasOptional WithOptionalDependent

c# entity-framework-core

Unable to create migrations. Error MSB1009: Project file does not exist

EF Core 3.1 to 5 Update -> IEntityType.GetTableName

Where is a good place to dispose of the SqlConnection object created in AddDbContext? (.Net Core 2.2)

SqlException: "Must declare the scalar variable" in execution stored procedure

Rolling back an EF Core migration does not exactly restore the model snapshot

entity-framework-core

How to do timestamp arithmetic in EF Core if NodaTime uses Duration and Postgres uses INTERVAL/Period?