Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF - cannot convert from System.Linq.IQueryable to System.Data.Objects.ObjectQuery

Return 2 columns, Id and count, from EF as Dictionary<int,int>

Entity Framework code-first & stored procedure

Entity Framework Core - 2 Contexts in the same database - Second context tables are not created

AutoMapper mapping ICollection with EF

EntityFramework (.NET Core) left outer join by multiple conditions

How to avoid creating a parent when adding a child record in Entity Framework?

Automapper - Error Updating Nested Child Collection

Entity framework : Invalid column name

c# entity-framework

Error with mapping entities in EF

Using Active Directory to login using a local user

How to run dynamic SQL query in Entity Framework 7 that auto-maps to Entities (SqlQuery<T>)?

Why does Entity Framework detect changes on properties which were modified but reset?

Singleton with DbContext - creating instance in Startup.cs

C# Transaction Scope with 2 databases on same server causing exception

EF How can I update my Database with Migrations

Rename table in Sql and accordingly in Entity Framework (Db First)