Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

When to use Include in EF? Not needed in projection?

EF Core Include on multiple sub-level collections

The instance of entity type 'Product' cannot be tracked because another instance with the same key value is already being tracked

Entity Framework not sending Where clauses as WHERE clauses to SQL Server

Entity Framework 4.0 GetChanges() equivalent

Table-per-type inheritance with EF 4.1 Fluent Code First

Entity Framework - query specifying inherited type for navigation property

DbGeography polygon get points

EF6 DbSet<T> returns null in Moq

How to get the maximum length of a string from an EDMX model in code?

entity-framework edmx

Return Anonymous Type using SqlQuery RAW Query in Entity Framework

EF Core query where Were clause is a collection?

Check if an insert or update was successful in Entity Framework

How can I hide a database column in the entity model?

EF ObjectContext.SaveChanges is missing

Entity Framework lazy loading

entity-framework entity

Multiplicity constraint violated SQL Server 2008 - CodeFirst

Stuffing an anonymous type in ViewBag causing model binder issues

Unable to create a constant value of type 'System.Object'. Only primitive types ('such as Int32, String, and Guid') are supported in this context

ViewModel and Singleton Pattern

c# .net entity-framework mvvm