Search code examples
Entity Framework Validation confusion - maximum string length of '128'...


entity-frameworkasp.net-mvc-3entity-framework-4.1

Read More
The type or namespace name 'Entity' does not exist in the namespace 'System.Data'...


c#asp.net.netweb-servicesentity-framework-4.1

Read More
Entity framework code first convert between class boolean and column integer...


entity-frameworkentity-framework-4ado.netentity-framework-4.1entity-framework-5

Read More
Entity Framework - How to check if table exists?...


c#sqlef-code-firstentity-framework-4.1

Read More
How to pass parameters to the DbContext.Database.ExecuteSqlCommand method?...


entity-frameworkentity-framework-4.1

Read More
Entity framework code-first null foreign key...


entity-frameworkmappingef-code-firstforeign-key-relationshipentity-framework-4.1

Read More
The relationship could not be changed because one or more of the foreign-key properties is non-nulla...


entity-frameworkentity-framework-4.1

Read More
Top per group: Take(1) works but FirstOrDefault() doesn't?...


c#.netentity-frameworkentity-framework-4.1dbcontext

Read More
Better way to query a page of data and get total count in entity framework 4.1?...


c#entity-frameworkc#-4.0entity-framework-4entity-framework-4.1

Read More
Entity framework strings using greater than operator...


c#t-sqlentity-framework-4.1

Read More
Multiple DbContexts in N-Tier Application...


c#entity-framework-4.1repositorydbcontextunit-of-work

Read More
Can you get the DbContext from a DbSet?...


c#entity-frameworkentity-framework-4.1dbcontextdbset

Read More
in entity framework code first, how to use KeyAttribute on multiple columns...


entity-frameworkentity-framework-coreentity-framework-4.1code-first

Read More
EF Code First DBContext and Transactions...


entity-frameworktransactionsentity-framework-4.1dbcontext

Read More
Writing LINQ queries. Joins VS navigational properties...


linqoptimizationentity-framework-4.1navigation-properties

Read More
EF - Cascade Delete Not Working, Can't Delete Object...


entity-frameworkentity-framework-4entity-framework-4.1

Read More
Validation failed for one or more entities. See 'EntityValidationErrors' property for more d...


c#entity-frameworkentity-framework-4entity-framework-4.1

Read More
FirstOrDefault throws 'Sequence contains more than one matching element'...


c#entity-framework-4.1ef-code-first

Read More
Self referencing / parent-child relationship in Entity Framework...


entity-frameworkentity-framework-4.1ef-code-firstparent-childself-reference

Read More
How to update not every fields of an object using Entity Framework and EntityState.Modified...


entity-frameworkentity-framework-4.1

Read More
Entity Framework - Is there a way to automatically eager-load child entities without Include()?...


c#entityentity-framework-4.1code-firstentity-framework-4.3

Read More
Entity Framework 4.1 and BLOBs...


c#entity-frameworkentity-framework-4.1

Read More
Getting exact error type in from DbValidationException...


.netentity-frameworkentity-framework-4.1ef-code-first

Read More
An error occurred while saving entities that do not expose foreign key properties for their relation...


c#entity-frameworkef-code-firstentity-framework-4.1

Read More
DbSet table name...


c#entity-framework-4.1

Read More
Update a single property of a record in Entity Framework Code First...


entity-frameworkvalidationentity-framework-4.1

Read More
Entity Framework IValidatableObject reference DbContext...


c#validationentity-framework-4.1dbcontext

Read More
EF Code First - how to set identity seed?...


c#.netef-code-firstentity-framework-4.1

Read More
Why is .Contains slow? Most efficient way to get multiple entities by primary key?...


c#.netentity-frameworklinqentity-framework-4.1

Read More
Moq testing LINQ Where queries...


linqunit-testingtddentity-framework-4.1moq

Read More
BackNext