Search code examples
Ignoring a class property in Entity Framework 4.1 Code First...


c#.netentity-frameworkef-code-firstentity-framework-4.1

Read More
How to retrieve Data Annotations from code? (programmatically)...


c#entity-framework-4.1data-annotations

Read More
How to validate EF 4.0 model with generated DbContext in asp.net mvc?...


asp.netasp.net-mvcvalidationentity-framework-4entity-framework-4.1

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


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

Read More
Is there a way to reset a DbContext without disposing and reinstantiating it?...


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

Read More
Is DbContext thread safe?...


c#thread-safetyentity-framework-4.1

Read More
Entity Framework code first. Find primary key...


entity-framework-4.1ef-code-first

Read More
Entity Framework Code-First: How to manually update the database?...


.netc#-4.0entity-framework-4.1ef-code-firstsql-server-ce

Read More
What is the difference between IDbSet.Add and DbEntityEntry.State = EntityState.Added?...


c#entity-framework-4.1dbcontext

Read More
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
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
BackNext