Updated Wiki: Documentation
This site is dedicated to working with and contributing to the Entity Framework code base. If you want to use an officially supported Entity Framework release to develop your applications then head to...
View ArticleNew Post: nuget feed from the source?
Done: http://blogs.msdn.com/b/adonet/archive/2012/09/17/ef-nightly-builds-available.aspx
View ArticleEdited Issue: Enable simple pattern to control connection opening in...
(I was almost sure we already had an item tracking this but I did a search and I couldn't find it, so I am filing it again. Feel free to resolve as duplicate if you know where the other item is). EF by...
View ArticleEdited Issue: Enable simple pattern to control connection opening in...
(I was almost sure we already had an item tracking this but I did a search and I couldn't find it, so I am filing it again. Feel free to resolve as duplicate if you know where the other item is). EF by...
View ArticleNew Post: View generation speed
Ok. I read your paper. It always feels good to know about the efforts that underlie a working system. Especially, the emphasis on a formal approach to ensure a lossless roundtrip. I suggest that you...
View ArticleCreated Issue: Bug mapping a table named with a dot character [543]
I am mapping an existing SQL Server database with Entity Framework 5.0 Code FirstThe database has a table named, for example 'Device.Widget'. I am trying to map this to an entity named 'Widget'.If I...
View ArticleEdited Issue: Bug mapping a table named with a dot character [543]
I am mapping an existing SQL Server database with Entity Framework 5.0 Code First. The database has a table named, for example 'Device.Widget'. I am trying to map this to an entity named 'Widget'.If I...
View ArticleCommented Issue: Update EntityFramework.SqlServerCompact dependency [533]
The EntityFramework.SqlServerCompact package should depend on Microsoft.SqlServer.Compact now instead of SqlServerCompact.Comments: Thanks, Dennis. I will bring this up to the team to see if we can get...
View ArticleNew Post: Query generation in batch insert scenarios
There isn't anything that explains the internal workings of EF yet. I could give you an overview of what happens during SaveChanges: Extract changes from the ObjectStateManager Group changes by C-Space...
View ArticleSource code checked in, #3ac993e98da2
Functional tests for the async methods in DbSqlQuery and DbRawSqlQuery Fixed a bug found by the tests.
View ArticleCommented Issue: EF Designer may blindly overwrite facets of C-Space...
There is a new feature in EF Designer in VS2012 where we update facets of C-Space properties based on facets on S-Space properties. This is done to propagate changes the user made to the database to...
View ArticleCommented Issue: EF Designer may blindly overwrite facets of C-Space...
There is a new feature in EF Designer in VS2012 where we update facets of C-Space properties based on facets on S-Space properties. This is done to propagate changes the user made to the database to...
View ArticleCreated Feature: Support many-to-many table rename detection in differ [544]
We may be able to make this work in the differ by going up to MSL like we do for column renames.
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting Notes The 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...
View ArticleCommented Issue: Update EntityFramework.SqlServerCompact dependency [533]
The EntityFramework.SqlServerCompact package should depend on Microsoft.SqlServer.Compact now instead of SqlServerCompact.Comments: An updated version of the EF4.3-compatible package has been published.
View ArticleCreated Issue: Using templates after switching to reference to open source...
My .tt files are no longer working after switching to the open source EF code.I have an EDMX file that has some attached .tt files. These generated fine originally.Then I downloaded the latest source...
View ArticleCreated Issue: Entity, with two references in base class to extending class...
I had this problem in a project, since I don't want to give the whole domain scope, I've tried to simplify the classes as much as possible. (See http://stackoverflow.com/posts/12626875 for...
View ArticleNew Post: Using templates after switching to reference to open source code
My .tt files are no longer working after switching to the open source EF code. I have an EDMX file that has some attached .tt files. These generated fine originally. Then I downloaded the latest...
View ArticleUpdated Wiki: Custom Conventions
Custom Conventions Code First includes a set of simple, model-wide behaviors that provide sensible configuration defaults for the parts of your model that have not been explicitly configured using Data...
View ArticleCreated Task: Investigation] How to run EF5 or 6 tests on WTT [580]
Investigating a quick way to run EF functional tests via WTT
View Article