Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Inserting to a link table without fetching first

Partially updating an entity in EF6

How to not need to substitute ICollection to ObservableCollection in TT-file?

All of a sudden getting lots of Wait Operation Time out issues on SQL Azure

Switching from Reflection to Expression trees

When does an Entity Framework linq query return dynamic proxy types and when does it not?

c# .net entity-framework

EF and TPT : the column name is specified more than once in the SET clause

Is running a query from a command a violation of Command-Query Separation?

Why have a foreign key in a class in Entity Framework?

NULL handling in dbcontext and objectcontext

Azure SQL / EF performance issues

Ignoring entities from referenced assemblies during add-migration

Build Expression Tree convertible to valid SQL dynamically that can compare string with doubles

Can't get stored procedure results with Entity Framework 6

Entity Framework Core not working with Windows Authentication

Unexplained SQL errors in production environment - possibly network related

LINQ: How to Select specific columns using IQueryable()

Forcing Entity Framework to not generate NCLOB's when building Linq-to-Sql Code (Model First)

How to implement ambient transaction in Entity Framework Core?

Does an equivalent to Database.CompatibleWithModel(bool) exist in EF Core