Search code examples
EF4 POCO (not using T4): Mapping and metadata information could not be found for EntityType...


entity-framework.net-4.0entity-framework-4

Read More
Upload,Save and Retrieve Image from database by using their Id in Code First Method...


c#asp.netasp.net-mvc-4entity-framework-4

Read More
How to use a stored procedure with my Entity Framework v4 + POCOs...


.netentity-frameworkstored-proceduresentity-framework-4poco

Read More
How do I retrieve and set user_version in SQLite DB with EF...


c#sqliteentity-framework-4

Read More
Add the where clause dynamically in Entity Framework...


c#linqentity-framework-4

Read More
Primary key constraint violation when adding new row into table with EF...


c#.netsqlentity-frameworkentity-framework-4

Read More
Execute custom SQL with Entity Framework?...


c#entity-frameworkentity-framework-4ado.net

Read More
Possible to default DateTime field to GETDATE() with Entity Framework Migrations?...


entity-framework-4ef-code-firstentity-framework-migrations

Read More
The property 'Id' is part of the object's key information and cannot be modified...


c#foreign-keysentity-framework-4

Read More
What is the difference between Lazy Loading and Load()...


c#entity-framework-4

Read More
EF Migrations: Rollback last applied migration?...


entity-frameworkentity-framework-4database-migrationentity-framework-migrations

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
LINQ to Entities case sensitive comparison...


c#.netentity-framework-4linq-to-entities

Read More
Entity framework data context does not contain a collection of my entity that uses inheritance. Why?...


c#entity-frameworkinheritanceentity-framework-4model

Read More
Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths - why?...


.netentity-frameworkforeign-keysef-code-firstentity-framework-4

Read More
Multiple SaveChanges calls in entity framework...


entity-framework-4transactionstransactionscope

Read More
EF how to filter data by date...


linqentity-frameworkentity-framework-4

Read More
Map two different entities to the same table?...


entity-frameworkentity-framework-4

Read More
How to determine which entity failed on SaveChanges...


entity-framework-4

Read More
More than one developer using the entity frame 4 .edmx file at any given time...


entity-framework-4entity

Read More
Entity Framework 4: Math.Sin()-function...


entity-framework-4

Read More
How to make Entity Framework Data Context Readonly...


.netentity-frameworkentity-framework-4datacontextreadonly

Read More
Include() in LINQ to Entities query...


c#.netasp.net-mvc-3entity-framework-4linq-to-entities

Read More
Upgrade to EF 6.1.1 makes effect of [NotMapped] disappear...


c#asp.net-mvcentity-framework-4entity-framework-6

Read More
Moving Entity Framework model into class library from web project...


c#entity-frameworkentity-framework-4linq-to-entities

Read More
Entity Framework NullReferenceException calling ToList?...


entity-framework-4firebirdfirebird2.5

Read More
Database First Entity Framework Update Model is not working: What can be the reason?...


sql-serverasp.net-mvc-3entity-framework-4

Read More
How do I just LINQ Join() to link two IQueryables?...


linqjoinc#-4.0entity-framework-4ef-code-first

Read More
Is this query being executed on an in-memory collection, or in the database?...


c#linqentity-frameworkentity-framework-4linq-to-entities

Read More
How to update only one field using Entity Framework?...


sqlentity-framework-4entityfielddbcontext

Read More
BackNext