Created Issue: Entity loading optimization - Make a public API for...
__Background:__We have a hierarchical (containing self table references) ObjectContext (EF4) data model. That leads to really bad preformance when using EF (either with eager or lazy loading)....
View ArticleEdited Issue: VS Express 2012 CreateDatabaseIfNotExists not creating database...
Problem Description:Using:* sql server compact* entity framework 4.3 code first. Global.asax.cs has a: Database.SetInitializer(new mySeedingClass()); Visual Web Developer 2010 will recreate the...
View ArticleEdited Issue: VS Express 2012 CreateDatabaseIfNotExists not creating database...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleCommented Issue: VS Express 2012 CreateDatabaseIfNotExists not creating...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleEdited Issue: Allow re-entrant property setters in change-tracking proxies [175]
**See triage comments below**"see this forum thread....
View ArticleEdited Issue: SqlClientProviderServices may throw System.ArgumentException:...
"SqlClientProviderServices is using StoreItemCollection.StoreProviderManifest to get store provider manifest checks if this is a SqlProviderManifest, and if it is not then it throws. There are a few...
View ArticleCommented Issue: SqlClientProviderServices may throw...
"SqlClientProviderServices is using StoreItemCollection.StoreProviderManifest to get store provider manifest checks if this is a SqlProviderManifest, and if it is not then it throws. There are a few...
View ArticleEdited Issue: SqlClientProviderServices may throw System.ArgumentException:...
"SqlClientProviderServices is using StoreItemCollection.StoreProviderManifest to get store provider manifest checks if this is a SqlProviderManifest, and if it is not then it throws. There are a few...
View ArticleCommented Issue: Power Tools: Wrong key mapping in the Reverse Engineer Code...
Ok, my Database is made on the Brazil originally in the IBM Informix, and i trying to migrate to SQL Server, i've copy the structure data (table, primary and foreign keys) via SQL script, and i doing a...
View ArticleEdited Issue: Power Tools: Wrong key mapping in the Reverse Engineer Code...
Ok, my Database is made on the Brazil originally in the IBM Informix, and i trying to migrate to SQL Server, i've copy the structure data (table, primary and foreign keys) via SQL script, and i doing a...
View ArticleCommented Issue: DbConfiguration.SetInitializer Reference Context Problem [671]
I'm unable to use the SetInitializer method of EF6 DbConfiguration. Here's the problem I'm encountering.I have one project for my model, HotelRoomsModel, which inherits DbContext.I'm using Migrations...
View ArticleSource code checked in, #84cca5439c1e
Adding ExecutionStrategy support to ObjectContext.Refresh
View ArticleSource code checked in, #ee0d1ca80aec
Turning off transactions for queries to increase performance.
View ArticleCommented Issue: DbConfiguration.SetInitializer Reference Context Problem [671]
I'm unable to use the SetInitializer method of EF6 DbConfiguration. Here's the problem I'm encountering.I have one project for my model, HotelRoomsModel, which inherits DbContext.I'm using Migrations...
View ArticleCommented Issue: Entity loading optimization - Make a public API for...
__Background:__We have a hierarchical (containing self table references) ObjectContext (EF4) data model. That leads to really bad preformance when using EF (either with eager or lazy loading)....
View ArticleSource code checked in, #b8e56957c69f
RoomWithAView (Separate view assembly discovery from o-space type discovery) Discovery of assemblies that contain pre-compiled views was previously performed as part of scanning assemblies for o-space...
View ArticleCreated Issue: StructuralType.AddMember asserts when members from a non...
StructuralType.AddMember asserts when members from a non matching space are added:```var property = EdmProperty.Primitive("Id", PrimitiveType.GetEdmPrimitiveType(PrimitiveTypeKind.Int32));var...
View ArticleEdited Issue: StructuralType.AddMember asserts when members from a non...
StructuralType.AddMember asserts when members from a non matching space are added:```var property = EdmProperty.Primitive("Id", PrimitiveType.GetEdmPrimitiveType(PrimitiveTypeKind.Int32));var...
View ArticleEdited Issue: StructuralType.AddMember asserts when members from a non...
StructuralType.AddMember asserts when members from a non matching space are added:```var property = EdmProperty.Primitive("Id", PrimitiveType.GetEdmPrimitiveType(PrimitiveTypeKind.Int32));var...
View ArticleEdited Feature: Migrations: Support custom derived MigrationOperation [22]
There is a forum post with the following questions. Does anyone know the answers?http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/cba32c2a-fe84-4d6b-93ff-077dc3046589ยท...
View Article