New Post: Any statements on Unique Key Plans?
Just to make my voice heard, I a very similar use case for unique key support as the OP.
View ArticleCommented Issue: EF requires that entity classes don't override GetHashCode...
It looks like EF (I'm working with code-first style) requires that the poco entity classes not override GetHashCode(). I didn't see that in the documentation, and even if documented, it does not seem...
View ArticleUpdated Wiki: EF6 Tooling
This spec covers the changes and minor update required for the EF tooling to work well with EF6. New features are covered in separate specs. Branding/InstallationWe will be branding the tooling that we...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleSource code checked in, #c7f0142fe09ce7213b195ede5ffaf7ef65f104b4
preparting to move queries out of Transitional suite. CR: BriceLam
View ArticleCommented Issue: EF requires that entity classes don't override GetHashCode...
It looks like EF (I'm working with code-first style) requires that the poco entity classes not override GetHashCode(). I didn't see that in the documentation, and even if documented, it does not seem...
View ArticleEdited Unassigned: Support simple patterns for expressing INNER JOIN in LINQ...
(I am filing this bug as part of investigating issue [#825](http://entityframework.codeplex.com/workitem/825). I think this is probably a future feature with high or medium priority given it is a...
View ArticleCommented Unassigned: Support simple patterns for expressing INNER JOIN in...
(I am filing this bug as part of investigating issue [#825](http://entityframework.codeplex.com/workitem/825). I think this is probably a future feature with high or medium priority given it is a...
View ArticleEdited Unassigned: Support simple patterns for expressing INNER JOIN over...
(I am filing this bug as part of investigating issue [#825](http://entityframework.codeplex.com/workitem/825). I think this is probably a future feature with high or medium priority given it is a...
View ArticleCommented Feature: Designer: Support for EF6 (and ability to choose EF...
In previous versions of the EF Designer we always used the latest version of EF when creating new models. For example, in Visual Studio 2012 you would always get EF5 when you create a new model.Because...
View ArticleCreated Feature: Code First: Should RowsAffectedParameter be supported for...
Right now we support configuring the rows affected parameter for update and delete sprocs but not insert sprocs, even though it seems to be technically allowed in EDM.
View ArticleSource code checked in, #d804ee6b15450a6a0b329e7a358335ca5d352367
moving query tests out of transitional suite
View Article