Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.1

Getting "attempt was made to lazy-load navigation property on detached entity" despite eager fetch

ef-core-2.1

Entity Framework Core 2.1 - Multiple Providers

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

Get Error : Entity type 'Course' is defined with a single key property, but 2 values were passed to the 'DbSet.Find' method

EF Core 3 x.Contains() in expression where x is ICollection

How to specify a composite primary key using EFCore Code First Migrations

Entity Framework Core - Setting Value Converter generically

EF Core 2.1: Self-referencing entity with one to many relationship generates additional column

How to get COUNT DISTINCT in translated SQL with EF Core

c# ef-core-2.1

JSON serialization Value Conversion not tracking changes with EF Core

EF Core Fluent API (How to remove identity from primary key)

ef-core-2.1

The specified framework 'Microsoft.NETCore.App', version '2.1' was not found

In EF Core, how to check whether a migration is needed or not?

EF Core tools version update 2.1.1

Version Conflict detected for Microsoft.EntityFrameworkCore.Install

How to validate uploaded file in ASP.Net Core

Change the IDENTITY property of a column, the column needs to be dropped and recreated

How to seed an Admin user in EF Core 2.1.0?

Setting the default value of a DateTime Property to DateTime.Now inside the System.ComponentModel Default Value Attrbute