Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Returning child objects with Entity Framework code first error: Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057

c# entity-framework

TdsParserStateObject - disposing ? Entity Framework

c# entity-framework

Entity Framework code-first IQueryable navigation property

How to select specific fields to update in EF

c# entity-framework linq

How to execute a stored procedure and forget about it using C# and Entity Framework?

How to compare list efficiently?

Entity Framework Migration API

C# audit overriding SaveChanges() method. How to find out foreign keys of an entity and its value from table

Entity framework adds an extra condition on where clause

c# mysql entity-framework

Is it possible to pass a DataTable to an ad-hoc sql query in Entity Framework?

EF Core 2.0 - Circular Dependency with required FK on either end

How to add custom Add-Migration behaviour in EF Core?

Unable to Install Microsoft.EntityFrameworkCore in ASP.NET Core Project

Performance problems with EF core QueryFilter

Every query on SQLite DB using EF Core in Docker is very slow, unless there is an explicit call to OpenConnection

When creating a new record, how do I fill some fields with values from the filter?

Entity Framework 4.0 Databinding with sorting not working

wpf entity-framework

Entity Framework query builder methods: why "it" and not lambdas?

c# entity-framework

How do I make my component entity system thread safe?

Entity Framework - related ICollection getting materialized into HashSet