Commented Issue: Reverse Engineer Code First doesn't escape database name to...
http://blogs.msdn.com/b/adonet/archive/2012/04/09/ef-power-tools-beta-2-available.aspx#10327681I used the Reverse Engineer Code First option applied to a SQL Server Express file and that works fine...
View ArticleCommented Issue: Reverse Engineer Code First: Using database name as entity...
The Reverse Engineer Code First process uses the database name (DbConnection.Database) as the entity container name. We don't do any escaping so this may contain invalid characters. This is basically...
View ArticleNew Post: EntityType [FullName] Property Return Unexpected Result In EF5.x &...
When call EntityType.FullName to identify object type at runtime the EntityType return DbContext namespace + Entity type name anyone can help me if found any error in my code or if have solution to do...
View ArticleNew Post: .include with multiple levels
With EF5 it used to be possible to include multiple levels of related entities, regardless of if the related entity is null like this:from o in...
View ArticleNew Comment on "Updating Applications to use EF6"
Is the below limitation still valid, as of EF6 Alpha3, or is .NET4 already supported? "EF6 currently only supports .NET 4.5 and your application must target .NET 4.5. to use EF6. As work progresses we...
View ArticleUpdated Wiki: Updating Applications to use EF6
In previous versions of EF the code was split between core libraries (primarily System.Data.Entity.dll) shipped as part of the .NET Framework and out-of-band (OOB) libraries (primarily...
View ArticleNew Comment on "Updating Applications to use EF6"
@NelsonReis Thanks for pointing that out. I removed it from this list, as well as the comment about partial trust, which is also now supported.
View ArticleEdited Feature: Code First: Improve fluency of entity configuration APIs [887]
Some of the methods on EntityTypeConfiguration aren't chain-able. I.e. ToTable, Ignore.
View ArticleClosed Feature: Code First: Improve fluency of entity configuration APIs [887]
Some of the methods on EntityTypeConfiguration aren't chain-able. I.e. ToTable, Ignore.
View ArticleUpdated Wiki: Design Meeting Notes - March 18, 2013
Async Query & Save API ReviewThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a consistent and high quality API. We look at how classes...
View ArticleUpdated Wiki: Design Meeting Notes - March 18, 2013
Async Query & Save API ReviewThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a consistent and high quality API. We look at how classes...
View ArticleUpdated Wiki: Design Meeting Notes - March 18, 2013
Async Query & Save API ReviewThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a consistent and high quality API. We look at how classes...
View ArticleUpdated Wiki: Design Meeting Notes - March 18, 2013
Async Query & Save API ReviewThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a consistent and high quality API. We look at how classes...
View ArticleUpdated Wiki: Design Meeting Notes - March 18, 2013
Async Query & Save API ReviewThe purpose of API Review meetings is to go over new API surface one class/member at a time to ensure we have a consistent and high quality API. We look at how classes...
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 ArticleCommented Issue: UpForGrabs: Migrations: -Verbose parameter should suppress...
Repro step:Update-Database -VerboseResult:It shows the following message: Specify the '-Verbose' flag to view the SQL statements being applied to the target database.Expectation:When Update-Database...
View ArticleEdited Issue: Performance of async queries regressed by changesets...
The throughput of async operations was decreased between 2% and 33% after the introduction of ObjectContext.ExecuteInTransactionAsync(). The profiles indicate that there's a significant amount of CPU...
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 Article