Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

I want to use Entity Framework + ASP Identity but I don't want EF to generate tables for me

Can i use foreign key to unique constraint in EF6?

Entity Framework - How to Insert to table with foreign keys without retrieving foreign table rows first

Publishing with Multiple Context in Same Database

How to pass an Expression into Entity Framework LINQ query OrderBy clause

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?