Closed Issue: Default connection factory - re-enable MARS [1002]
See design meeting notes: http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%28March%2021%2c%202013Comments: verified
View ArticleCommented Issue: Huge performance regression on 20328 nightly build [1004]
I was testing SQL Compact database creation and 4000 inserts with build 20321, and after applying build 20328, the times went from 5 secs to 15 secs.Comments: I think this changeset is the culprit:...
View ArticleSource code checked in, #1b93e0bc0aaae1fcce2e16cbbc06fb7f73223867
Adding overloads for ExecuteSqlCommand and ExecuteStoreCommand that allow to deactivate automatic transaction creation. Work item: 978
View ArticleClosed Issue: Cannot use a property with a private setter that is declared in...
"The following scenario in which the entity set is of the base type works as expected:using System.Data.Entity;namespace ConsoleApplication13{ class Program{ static void Main(string[] args){ using (var...
View ArticleUpdated Wiki: Design Meeting Notes - April 2, 2013
API Review: Multiple Contexts per DatabaseSystem.Data.Entity.Migrations.DbMigrationsConfiguration public string ContextKeyContext key isn't technically correct because we actually use the configuration...
View ArticleUpdated Wiki: Design Meeting Notes - April 2, 2013
API Review: Multiple Contexts per Database & Configurable Migrations History TableThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a...
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 ArticleEdited Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCommented Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCreated Feature: EFTools: Add EF6 App/Web.config IntelliSense [1014]
The App.config/Web.config IntelliSense files that get installed by EFTools.msi should be updated to include valid EF6 elements.
View ArticleSource code checked in, #82f492e921a10fdb7a4ddb3a38de694366749a00
Making TransactionBehavior.Default the same as TransactionBehavior.EnsureTransaction
View ArticleEdited Task: Review Metadata APIs made public for EF Designer [904]
Review Metadata APIs made public for EF Designer:- is the set complete (i.e. aren't we missing accepting some parameters only because they are not used by the designer, aren't we missing types that are...
View ArticleEdited Issue: BufferingReader :: error when using sprocs with multiple...
When running a stored proc with multiple results, where second result is spatial, I get the following exception:Unhandled Exception: System.Data.Entity.Core.ProviderIncompatibleException: Spatial...
View ArticleSource code checked in, #306c64f07cbca621c9a87c24fca5dadc48464dcd
Runtime support for building storage association set/type mappings in the designer
View ArticleCommented Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleEdited Issue: AutoAndGenerateScenarios seem to run twice against SQL Server...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleCommented Issue: AutoAndGenerateScenarios seem to run twice against SQL...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleReviewed: Entity Framework 6.0.0 (四月 03, 2013)
Rated 5 Stars (out of 5) - I want learning..
View ArticleReviewed: Entity Framework 5.0.0 (四月 03, 2013)
Rated 5 Stars (out of 5) - OMG,I want learn
View Article