Edited Feature: More agressive funcletization of client-side sub-expressions...
Item https://entityframework.codeplex.com/workitem/1574 shows a huge performance difference between a query that contains a predicate that looks like this:```... OrganizationPeriodId ==...
View ArticleEdited Feature: More agressive funcletization of client-side sub-expressions...
Item https://entityframework.codeplex.com/workitem/1574 shows a huge performance difference between a query that contains a predicate that looks like this:```... OrganizationPeriodId ==...
View ArticleCommented Unassigned: sp_executesql exectued extremly slow in some cases! [1574]
__The following query :__```{SELECT [Extent1].[Id] AS [Id], [Extent1].[No] AS [No], [Extent1].[ShortTitle] AS [ShortTitle], [Extent10].[Title] AS [Title], [Extent11].[Title] AS [Title1],...
View ArticleClosed Unassigned: sp_executesql exectued extremly slow in some cases! [1574]
__The following query :__```{SELECT [Extent1].[Id] AS [Id], [Extent1].[No] AS [No], [Extent1].[ShortTitle] AS [ShortTitle], [Extent10].[Title] AS [Title], [Extent11].[Title] AS [Title1],...
View ArticleClosed Issue: [RTM] Seed with SQL Authentication and accessing ObjectContext...
An update-database command can cause the error message "The underlying provider failed on open" while executing the Seed method under the following scenario:1. Update-Database is called with the...
View ArticleUpdated Wiki: Custom Conventions
Custom Code First 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...
View ArticleEdited Issue: [RTM] Designer: .NET branding image doesn't show on Win7 [1544]
When installing EF tools, the .NET branding image doesn't show up when installing on Win7.
View ArticleCreated Unassigned: EF 6 RC1 breaks Microsoft ASP.NET Identity...
REPRODUCEInstall Visual Studio 2013 Preview + ASP.NET and WebTools 2013 Preview Refresh UpdateNew WebProject, MVCUpdate all nuget packagesRun the app, try registering via clicking the link on the...
View ArticleEdited Issue: [NonVS] EF6 providers page should include registration info [1581]
If your EF provider is not registered you will get the following message:"No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the...
View ArticleCommented Issue: [NonVS] EF6 providers page should include registration info...
If your EF provider is not registered you will get the following message:"No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the...
View ArticleEdited Issue: [NonVs] Tweaks for the WPF data binding walkthrough [1477]
First, on the page with the links to the data binding walkthroughs (http://msdn.microsoft.com/en-us/data/ee712907) it doesn't say data binding, yet this is often what people search for. (I did a find...
View ArticleCommented Issue: [NonVs] Tweaks for the WPF data binding walkthrough [1477]
First, on the page with the links to the data binding walkthroughs (http://msdn.microsoft.com/en-us/data/ee712907) it doesn't say data binding, yet this is often what people search for. (I did a find...
View ArticleEdited Issue: [NonVs] Tweaks for the WPF data binding walkthrough [1477]
First, on the page with the links to the data binding walkthroughs (http://msdn.microsoft.com/en-us/data/ee712907) it doesn't say data binding, yet this is often what people search for. (I did a find...
View ArticleEdited Issue: [NonVS] EF5 with dbcontext: Dragging a child entity from...
Action: Update content to show how to do this with EF Designer (walkthrough is Code First only)using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create...
View ArticleSource code checked in, #988332665c3b6133b2a49124e96e64845c4665fa
Added tests verifying that #1545 was fixed with #1568 Work Item: 1545
View ArticleEdited Issue: [RTM] Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleCommented Issue: [RTM] Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleSource code checked in, #43083547f89ec9b149a71995dbcfa701714fe3e1
Fixed bad code formatting.
View ArticleCommented Feature: Designer: Add support for Multiple Result Sets from Stored...
Multiple result sets is suported in EDM but can not be configured using the designer. This item was migrated from the DevDiv work item tracking system [ID=61947]. This work item originated from...
View Article