New Post: Single model in the same database multiple times
I've been reading up on the specs for adding Migrations Multi-tenancy in EF6 and I would like to propose to extend this support for having multiple identical models in the same database. We are...
View ArticleEdited Feature: Flexible mapping to domain classes (not just property...
Allow mapping to fields, methods, dictionaries, generic classes, factory pattern etc. There are some other issues that track specific scenarios to enable:* http://entityframework.codeplex.com/workitem/801
View ArticleCommented Feature: Query: Expose API to test if a string is an ESQL keyword...
"This is from forum questionsWhen customers implement eSQL autogeneration they occasionally step over eSQL keywords.The ask is to expose an API on the parser that will allow testing if a name is a...
View ArticleClosed Feature: Query: Expose API to test if a string is an ESQL keyword (or...
"This is from forum questionsWhen customers implement eSQL autogeneration they occasionally step over eSQL keywords.The ask is to expose an API on the parser that will allow testing if a name is a...
View ArticleEdited Feature: Enable sharing a store connection between multiple contexts...
This item was migrated from the DevDiv work item tracking system [ID=5908]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCommented Feature: Enable sharing a store connection between multiple...
This item was migrated from the DevDiv work item tracking system [ID=5908]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleEdited Feature: Enable Include to issue multiple queries instead of JOINs [88]
This item was migrated from the DevDiv work item tracking system [ID=20480]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCommented Feature: Enable Include to issue multiple queries instead of JOINs...
This item was migrated from the DevDiv work item tracking system [ID=20480]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleSource code checked in, #7675b3b3eae3
Changes to enable functional testing of Pluralization Service - Changed PluralizingTableNameConvention to get pluralization service each time Apply is called - Added TestBase as a base type for all...
View ArticleCreated Issue: AsStreaming should fail fast when connection resilency is on...
Options are:- Let things continue, but then potentially get inconsistent state if a retry happens- Throw only if a retry is needed, but this may not happen until the app is in production, and it is not...
View ArticleCommented Issue: Code First: Platform differences cause pre-generated view...
We need to do something to ensure view that are generated on one platform won't be considered 'out-of-date' on a platform that gives a different reflection order for properties (and therefore a...
View ArticleNew Post: Discover by debug: EF Code First Model Building
Hi there, can you point me out where I can find functional/unit test in charge to test conventions and configurations in the code base?Thank you
View ArticleUpdated Wiki: Design Meeting Notes - January 24, 2013
Design Meeting Notes - January 24, 2013Buffering data reader perfThe change to make EF queries buffer by default caused some of our perf tests to regress. Changes were made to bring back some of this...
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....
View ArticleNew Post: which commit matches the EF 5.0.0.0 release?
jmanning,The move to git happened after work started on EF6 so there is no tag or anything similar for EF5. Also, EF5 was not developed under an open source license and unfortunately the source for EF5...
View ArticleNew Post: Discover by debug: EF Code First Model Building
Unit tests: test\EntityFramework\UnitTests\ModelConfiguration\Conventions test\EntityFramework\UnitTests\ModelConfiguration\ConfigurationFunctional tests:...
View ArticleCommented Feature: Enable sharing a store connection between multiple...
This item was migrated from the DevDiv work item tracking system [ID=5908]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleUpdated Wiki: specs
Entity Framework 6As we design the features to be included in the Entity Framework 6 release the specifications will be made available on this page. These specifications will be working documents to...
View Article