Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Expression<Func<TEntity, bool>> nesting that works with Entity Framework

Entity annotation attributes do not work

Avoid a lot of if - else checks - Choose table from string using the entity framework

c# entity-framework

Entity Framework 5 - Immediately refresh DbContext after saving changes

Exclude property from updating when SaveChanges() is called

How to set cascade on self-referencing relations?

ASP.NET OData - Implementing PATCH with Delta<T> with Data Transfer Objects

Casting DbSet<Entity> to its DbSet<IEntity> without pulling all entities to memory

c# linq entity-framework

Server Error "Method not found: 'Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReferenceBehavior(Boolean)'."

c# asp.net entity-framework

Entity Framework - Eagerly load object graph using stored procedures

How can I collect the current SQL Server Session ID from an Entity Framework DbContext?

How do I handle UpdateException - 'Violation of PRIMARY KEY constraint' on Entity Framework?

c# sql entity-framework

Are your code-first classes your domain classes? [closed]

Fluent API EF inheritance and mapping

Error message for Index data annotation in EF

MVC 5 - The type arguments for method "..." cannot be inferred from the usage. Try specifying the type arguments explicitly

EF get list of records in runtime from Type

Entity Framework Forcing Distributed Transaction

C# Entity Framework high memory usage, memory leak?

EF backward compatible DB migrations