Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 Code First - Comments on a Tree Structure

How can I mix TPH and TPT in Entity Framework 6?

Creating Func<IQueryable<TEntity>, IOrderedQueryable<TEntity>> dynamically?

Entity Framework Slow AddRange Insert to DB

c# entity-framework

Log all exception information for any kind of exception

Initialization with => (such that)

c# entity-framework

Right way to work with dbContext

EF code first from database 0..1 to many relationship

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