Updated 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 ArticleCommented Issue: Add hooks for tracing generated SQL [958]
We have a general item to add better lifecycle hooks to DbContext--see http://entityframework.codeplex.com/workitem/872However, this doesn't fit in the schedule for EF6, so this work item is about...
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 ArticleCommented Issue: Build Fails - SkipStrongNames Reports Conflicted Setting [950]
I clone the repo, build it according to instructions, and get the following error:> Unit tests will not run correctly unless SkipStrongNames is Enabled.> Current status: Disabled.> Run 'build...
View ArticleNew Post: Registering providers globally with code during runtime
The ADO.NET framework provides a - not too elegant - way for registering providers globally with code during runtime:string assemblyName = factoryType.AssemblyQualifiedName; DataSet data =...
View ArticleCommented Issue: NotMapped on base property throws if derived type discovered...
An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...
View ArticleCommented Issue: NotMapped on base property throws if derived type discovered...
An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...
View ArticleNew Post: .include with multiple levels
I wonder if this is not the same problem as this one: http://entityframework.codeplex.com/workitem/960
View ArticleCommented Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleCommented Issue: Allow simple logging of database commands [397]
When one is debugging my app, I would like to have a way to know the last command executed by the entity framework to know if one can improve the query by changing the lambda query / linq expression or...
View ArticleCommented Issue: Add hooks for tracing generated SQL [958]
We have a general item to add better lifecycle hooks to DbContext--see http://entityframework.codeplex.com/workitem/872However, this doesn't fit in the schedule for EF6, so this work item is about...
View ArticleEdited Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleCommented Issue: Inner join instead of outer [960]
Inner join generated where an outer join is expected.This happens when a join is made from T1 to T2 and then to T3 if relation T1-T2 is optional and T2-T3 is mandatory. Concrete example...
View ArticleNew Post: Storing graphs of objects in context
Hi Arthur Using Add method will add all objects in graph of objects but as you said, it will not update existing entities(if they have same keys as one of the entities in the graph that is being...
View ArticleNew Post: NotMapped Attribute in EF 5
Dear Someone!!! I have almost exhausted all of the workarounds for this bug:http://entityframework.codeplex.com/workitem/481 Please can someone point me in the right direction. I have done the...
View ArticleReviewed: Entity Framework 6.0.0 (三月 20, 2013)
Rated 4 Stars (out of 5) - very goodvery good
View ArticleNew Post: Performance issues under Katana
I'm currently using EF6a3 in a REST web service (written using WebApi). I've done some simple stress testing using tinyget to hit one of my methods which does some simple database access (via EF) and...
View ArticleNew Comment on "Design Meeting Notes - March 13, 2013"
@tilovell, See the current [walkthough](http://msdn.microsoft.com/en-us/data/jj819164) and [feature specification](http://entityframework.codeplex.com/wikipage?title=Custom%20Conventions) for a bit...
View ArticleNew Comment on "Design Meeting Notes - March 13, 2013"
@tilovell, See the current walkthough and feature specification for a bit more context. walkthough: http://msdn.microsoft.com/en-us/data/jj819164 feature specification:...
View Article