Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.0

EF Core DbUpdateConcurrencyException does not work as expected

How do you delete Child from Parent entities in EF Core?

“Unable to find a table” on Database First Scaffold-DbContext

AddDbContext was called with configuration, but the context type 'ContextClass' only declares a parameterless constructor?

c# asp.net-core ef-core-2.0

Entity Framework Core Slow First Time Loading

Best approach for entityframework core multi tenancy

How to create CreatedOn and UpdatedOn using EF Core 2.1 and Pomelo

Unexpected behaviour with Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ForEachAsync<T>()

TDD: Does EF Core In Memory Provider validates referential constraints?

How to perform integration testing on EF Core migrations

How to convert from DbDataReader to Task<IEnumerable<TEntity>> in Entity Framework Core 2.0?

Why is [Timestamp] column in EF core backed by byte[] column instead of UInt64

.Net Core 2 EF core connection string problem

EF Core Fluent API Configurations with Inheritance

Database.Migrate() creating database but not tables, EF & .NET Core 2

How can I stop EF Core from creating a filtered index on a nullable column

Exception calling "Remove" with "0" argument(s): "The given key was not present in the dictionary