Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

What is the recommended way for applying EF Core 9's UseSeeding in Non-Local Environments?

Where is the Sqlite database saved for asp.net core MVC 2.2?

Command Update-Database -Context "IdentityDbContext" Doesn't Create Tables

Create relationship with a property inside owned Entity causes an error

c# entity-framework-core

How to generate empty migration in Entity Framework Core?

EF Core MySQL Contains(variable) like operator

How to say Datetime - timestamp without time zone in EF Core 6.0

How to access DbContext in .NET 6 minimal API Program.cs

.NET Core 6 - check if file will be copied without errors before actually copying it

Unable to load shared library 'db2app64.dll'

Foreign key issue: EF Core 7 code-first: "Cannot insert explicit value for identity column in table '' when IDENTITY_INSERT is set to OFF."

.NET 6 - Entity Framework Core migrations seed from SQL scripts

Entity Framework Core 3.1 Enum Conversion failed when converting the nvarchar value 'EnumValue' to data type int

In an EFCore eager loading LINQ query, how to reference the top-level entity within the ThenInclude() expression?