Updated 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 ArticleCommented Feature: Code First: Custom conventions [61]
This item was migrated from the DevDiv work item tracking system [ID=306385].Comments: Feature Specification: http://entityframework.codeplex.com/wikipage?title=Custom%20Conventions
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 ArticleEdited Issue: UpForGrabs: Use non-obsolete Monitor.Enter methods [424]
LockedAssemblyCache currently has this code: internal LockedAssemblyCache(object lockObject, Dictionary<Assembly, ImmutableAssemblyCacheEntry> globalAssemblyCache) { _lockObject = lockObject;...
View ArticleCommented Issue: UpForGrabs: Use non-obsolete Monitor.Enter methods [424]
LockedAssemblyCache currently has this code: internal LockedAssemblyCache(object lockObject, Dictionary<Assembly, ImmutableAssemblyCacheEntry> globalAssemblyCache) { _lockObject = lockObject;...
View ArticleCommented Issue: Improve compatibility of EF Designer with Visual Studio 2012...
The Visual Studio 2012 Color Theme Editor is an extension released at http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05 that allows Visual Studio 2012 users to select...
View ArticleNew Post: Query generation in batch insert scenarios
Hello tamasflamich, Yes, I did consider the signature that you suggesting. Currently we don't reuse the same DbCommandDefinition instance, but even if we did choose to use this optimization it would...
View ArticleSource code checked in, #25d5ead4ddb0
Fix for 481: NotMapped on base property throws if derived type discovered first Issue 1: When the derived type is discovered before the base type and the base type has a NotMappedAttribute on a...
View ArticleEdited Issue: Investigate claims that EF5 is generating more OUTER APPLY...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle) to not work properly since they...
View ArticleEdited Issue: Investigate claims that EF5 is generating more OUTER APPLY...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle) to not work properly since they...
View ArticleEdited Issue: Investigate claims that EF5 is generating more OUTER APPLY...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle) to not work properly since they...
View ArticleEdited Issue: Investigate claims that EF5 is generating more OUTER APPLY...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle) to not work properly since they...
View ArticleEdited Issue: Investigate claims that EF5 is generating more APPLY statements...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle) to not work properly since they...
View ArticleEdited Issue: Investigate claims that EF5 is generating more APPLY statements...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle and MySQL) to not work properly...
View ArticleNew Comment on "Custom Conventions"
Will we be able to apply default conventions to EDMX-based models?
View ArticleUpdated 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 ArticleClosed Issue: Docs: Need EDMX docs on MSDN [517]
We need to add a page that covers the EDMX file format.Comments: http://msdn.microsoft.com/en-us/data/jj650889
View ArticleClosed Issue: Docs: Improve Fluent API Docs [515]
The older MSDN Library content (that we are moving to the main MSDN site) has some great Fluent API examples: http://msdn.microsoft.com/en-us/library/hh295844(v=vs.103)We should incorporate these into...
View ArticleClosed Feature: Update provider model for EF6 [409]
Moving the core components of EF out of .NET requires some changes to the provider model. This spec has some more details -...
View Article