Search code examples
Insert record in child table when parent record already exists using Entity Framework code first...


entity-frameworkentity-framework-4.1ef-code-firstparent-child

Read More
MVC3 EF issues on multiple table...


c#linqasp.net-mvc-3entity-framework-4entity-framework-4.1

Read More
EF Code first related entities context fail...


entity-frameworkmany-to-manyentity-relationshipef-code-firstentity-framework-4.1

Read More
Referencing schema names for tables in the Entity Framework...


c#entity-framework-4.1data-access

Read More
EF4.1 - recursive query to get hierarchical data...


entity-frameworkentity-framework-4.1hierarchical-datarecursive-query

Read More
Code-first vs Model/Database-first...


entity-frameworkef-code-firstentity-framework-4.1pocoef-database-first

Read More
EF 6 OriginalValues lost when using Attach method...


entity-frameworkentity-framework-4.1audit-trail

Read More
Is it possible to create a generic Repository class for all my objects?...


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

Read More
How to include a child object's child object in Entity Framework 5...


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

Read More
Entity Framework Code First Many to Many Setup For Existing Tables...


entity-frameworkmappingmany-to-manyentity-framework-4.1code-first

Read More
Passing Database information from one ViewModel to another using Entity Framework and MVVM...


c#wpfxamlentity-framework-4.1

Read More
Entity Framework: nullable DateTime toString(format) in vb.net handling...


vb.netdatetimeentity-framework-4.1

Read More
Entity Framework Code First primitive collections...


entity-framework-4.1

Read More
Entity Framework Join 3 Tables...


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

Read More
How to prevent EF from validating properties that are not mapped during DBContext.SaveChanges()...


c#asp.net-mvc-3entity-framework-4.1

Read More
Setting a foreign key to null when using entity framework code first...


c#entity-framework-4.1

Read More
MVC .Net Cascade Deleting when using EF Code First Approach...


.netasp.net-mvcentity-framework-4.1ef-code-first

Read More
The entity type List`1 is not part of the model for the current context...


c#asp.net-mvc-3entity-framework-4.1

Read More
Entity Framework foreign keys to non-primary key fields...


.netentity-frameworkforeign-keysprimary-keyentity-framework-4.1

Read More
Create association on non-primary key fields with Entity Framework 4.1 Fluent API...


c#entity-frameworkforeign-keysprimary-keyentity-framework-4.1

Read More
Get Auto Identity Key after Insert via EF...


entity-frameworkentity-framework-4.1dbcontext

Read More
EF 4.1 Code-first executes queries 3x slower than regular EF in my application...


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

Read More
What fluent api method is correspond to [Timestamp] attribute in Data Annotations API to check concu...


entity-framework-4.1

Read More
EF 4.1 Referential integrity error...


c#.netexceptionentity-framework-4.1ef-code-first

Read More
EF Code First Readonly column...


entity-frameworkentity-framework-4.1code-first

Read More
The purpose of Include() in ASP.NET MVC + Entity Framework...


asp.netasp.net-mvcentity-frameworkasp.net-mvc-3entity-framework-4.1

Read More
Is it possible to directly reference a many-to-many table using entity framework, code first...


entity-framework-4.1ef-code-firstmany-to-many

Read More
2nd level caching EF codeFirst and Predicate not working on a where clause...


entity-frameworkcachingentity-framework-4.1

Read More
Triggering EF migration at application startup by code...


migrationentity-framework-4.1entity-framework-migrations

Read More
How to use the same table in multiple models?...


c#asp.net-mvcasp.net-mvc-3entity-framework-4.1ef-database-first

Read More
BackNext