Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Dynamic LINQ Compare Dates in Entity Framework

Why, the first query.ToList() work, but the second not work?

c# entity-framework linq

Multi-tenant SQL Server databases and parameter sniffing

Is it possible to test whether a given expression can be converted to SQL *without* connecting to a SQL database?

c# entity-framework

EntitySet System.InvalidOperationException - "the entity type is not part of the model for the current context"

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