Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF6 The operation cannot be completed because the DbContext has been disposed

DbContext not getting injected by autofac

Turning an IEnumerable of IEnumerables into a dictionary

How do I unit test a repository that uses DbContext with NSubstitute?

Entity Framework 6 Disable Interception temporarily

Entity Framework Core self referencing table

Include only one property, not entire database row

Performance impact of using GUID in SQL Server

Can Entity Framework (LINQ) select rows based on JSON where clause?

how to scaffold-dbcontext to different folders?

Modify Entity Framework's expression tree as close as possible to T-SQL translation\execution

When do I need to specify DbSet in EF's DbContext?

Foreign key with composite key in EF Core

Converting EF Core queries from 2.2 to 3.0 - async await

Is query to new added object possible in MS Entity Framework

Entity Framework: Cancel a property change if no change in value

entity-framework

Opinions on Expression Tree Serialization Library from CodePlex?

What problems have you had with Entity Framework?

entity-framework

How do I do this in Entity Framework (multiple where's or Join)?

Can Entity Framework deal with multiple result sets (each from joined tables) from a stored procedure?