Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to improve performance of an EF Core query which uses several Includes

Write a search query which is case insensitive in EF Core?

How to validatie EF Core DBContext config in an unit test

PredicateBuilder is not working on EF Core

Entity Framework Core - DefaultValue(true) attribute not working

Entity Framework Core : LINQ advise needed on better approach using include for relational tables

How to configure navigation property for custom SQL in EF Core 5

How to resolve EF7 current database context in ASP NET 5 out of the controller?

How to update dbcontext scaffolding in ASP.NET 5 with EF Core?

dotnet ef tool not working since vs2017 / netcore1.1

entity-framework-core

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

Reusing Lambda Select Fragments in LINQ

Replicate Entire Row In Entity Framework Core

EF Core 2.1 In memory DB not updating records

entity-framework-core

Entity Framework Core Linq query to filter related entity

c# entity-framework-core

Building a parameterized EntityFramework Core Expression

Best way to update JSON property with EF core

No suitable method found to override OnModelCreating()

Add migration for ApiAuthorizationDbContext from another project - EF Core

"The expected lock file doesn't exist. Please run "dnu restore"" right after I have done so