Search code examples
EF Migrations: Rollback last applied migration?...


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

Read More
Linq Query with Include Doesn't Appear to be Return Proper Results in EF 4.0...


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

Read More
DDD Architecture for ASP.NET MVC2 Project...


c#asp.netasp.net-mvc-2domain-driven-designentity-framework-4

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


.netentity-frameworkentity-framework-4datacontextreadonly

Read More
Entity Framework/Linq EXpression converting from string to int...


c#.netlinqentity-frameworkentity-framework-4

Read More
Entity Framework: table without primary key...


c#.netentity-frameworkentity-framework-4

Read More
EF Filtering a Child Table with Lazy Load...


entity-frameworkentity-framework-4

Read More
Entity Framework Timeouts...


c#sql-serverentity-frameworkentity-framework-4connection-string

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
What is the best practice for sending data to the client: POCO or DTO?...


c#.netentity-framework-4pocodto

Read More
How to connect Controller to Service layer to Repository layer...


asp.net-mvcentity-frameworkasp.net-mvc-2entity-framework-4repository

Read More
Is DTO plus UnitOfWork pattern a good approach to design a DAL for a web application?...


c#design-patternsentity-framework-4data-access-layer.net-4.0

Read More
What is Linq to Entities?...


entity-frameworklinq-to-entitiesentity-framework-4ado.net-entity-data-model

Read More
Reducing Repositories to Aggregate Roots...


c#asp.netentity-frameworkentity-framework-4domain-driven-design

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


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

Read More
AutomaticMigrationsEnabled false or true?...


entity-frameworkentity-framework-4entity-framework-migrations

Read More
The model backing the <Database> context has changed since the database was created...


.netentity-framework-4code-first

Read More
Entity Framework + Multiple Threads + Lazy Load...


multithreadingentity-framework-4lazy-loading

Read More
Why is the designer creating two .Designer.cs files when updating model from database?...


entity-frameworkentity-framework-4

Read More
One of two properties is required from the data model...


asp.net-mvcasp.net-mvc-3entity-frameworkentity-framework-4asp.net-mvc-4

Read More
The specified type member is not supported in LINQ to Entities. Only initializers, entity members, a...


entity-framework-4linq-to-entities

Read More
String.Equals() not working as intended...


c#linqentity-framework-4equals

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


sqlentity-framework-4entityfielddbcontext

Read More
Entity Framework 4 - Calling a Select / Paging Stored Procedure...


stored-procedurespaginationasp.net-mvc-2entity-framework-4

Read More
Entity framework Invalid Column name, EF adds number 1 to primary key...


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

Read More
LINQ to Entities does not recognize the method 'System.String ToString()'...


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

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