Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Exception on GET call on a table using Entity Framework in WebAPI [duplicate]

The entity type 'Microsoft.AspNetCore.Mvc.Rendering.SelectListGroup' requires a primary key to be defined [duplicate]

Run different database types in different environments in dotnet core 2

Why am I getting error: "Cannot access disposed object" in .net core 2 with EF and AutoFac?

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

Entity Framework Core LINQ query with multiple where clauses

How to make EF Core tools obtain DbContext instance from service provider of a console application?

Can JSONB GIN indexes be specified in CodeFirst EntityFramework with NPGSQL?

Log Entity Framework .Net Core 2.2 EF to debug output window

Is there any faster way than .Any() to find if IEnumerable<T> has any data?

Linq - Order by in Include

Map JSON column from MySql Database to C# Class from Web Api

Entity Framework: Working with detached objects and attached ones

c# entity-framework

Is it possible to send more than one model object to an ASP.NET MVC View?

Entity Framework SQL Query Execution

Entity Framework, AutoMapper, handling entity updates

Entity Framework: ObjectSet and its (generics) variance

Entity Framework POCO with WCF software design question

EF multiple aggregate in single query

Pure POCO entity update problem in repository pattern