Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Why EF can't sort items by the order of another collection and how to workaround?

Mocking DbSet<T> inline

Mapping a view and a table to the same model in EF?

EntityFramework.Extended Update not working - can't convert DynamicProxy

How-to fix .NET 5.0 to 6.0 migration error

How to allow SignalR to push updates from DB to the browser using EF6

Entity Framework ensure objects get inserted in order

Entity Framework 6, Command Interception & Stored Procedures

Why there is no GroupBy clause in internal SQL of Entity Framework linq query?

Linq projection: Get reference of new projected entity

Entity Framework Database first multiple schemas duplicate table names

What is the simplest way to implement an Entity Framework 6 Add-or-Update method

Unable to determine the provider name for provider factory of type “System.Data.Sqlite.SqliteFactory”

With EF6 do I need to use COMMIT and ROLLBACK inside a Stored Procedure?