Top "Entity-framework-4.3" questions

Questions specific to version 4.3 of the ADO.

Entity Framework Code First - Cannot insert duplicate key in object 'dbo.T_CRProviders'

I have some urgent issue which I could not find answer for across the web. I am using CodeFirst EF 4.3.1 …

entity-framework ef-code-first entity-framework-4.3
Entity Framework Error: Could not find the conceptual model type for X

I have a demo project with two folders: Data /DbContext /EntityFramework Both have an EDMX, and for the DbContext folder, …

.net entity-framework entity-framework-4 entity-framework-4.3
Saving single objects with Entity Framework code first

I am using Entity Framework 4.3.1 in a project, using code first and the DbContext API. My app is an n-tier …

entity-framework entity-framework-4.1 entity-framework-4.3
EF 4.3 Migration - how to produce a downgrade script?

I have an issue which I could not find answer for across the web. I am using CodeFirst EF 4.3.1 Migrations …

entity-framework ef-code-first entity-framework-4.3 entity-framework-migrations