Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Cannot implicitly convert type 'Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry<T>' to 'T'

EF Core Database First HasNoKey

Entity Framework - [Keyless] Data Annotation Missing

Return async task using LINQ select

.net core entity framework (EF Core) table naming convention

Does Entity Framework Core support MariaDB?

Inserting record in SQL table with timestamp datatype

Asp.Net Core: Add data to IdentityDbContext or use DbContext

SQL RIGHT function equivalent in Entity framework Core

.NET Core Entity Framework InvalidOperationException

DBContext System.ObjectDisposed Exception with .NET Entity Framework Core, Dependency Injection and threading

Skip and Take not working for an IQueryable datasource

ConnectionString from appsettings.json in Data Tier with Entity Framework Core

EF Core / Sqlite one-to-many relationship failing on Unique Index Constraint

Using EF Core HasQueryFilter on navigation properties

Difference between "ToListAsync()" and "AsAsyncEnumerable().ToList()"

EntityFramework Core auto generate key id property

Using Entity Framework Core DbContext Pooling with Simple Injector

... may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints

.net core - unit of work generic repository pattern