New Post: Storing graphs of objects in context
Hi, I would like to ask whether the team of EF framework would find it interesting to include method for storing graphs of objects into context. I know that adding to context is easy with add method....
View ArticleNew Post: custom O-C mapping contributions
Unai, Diego, Is this something that you guys have made progress on in the past month? The materialization to private fields sounds like a great story to tackle, and I'm interested in contributing....
View ArticleNew Post: Any plan for mapped enum values?
@NetTecture This is something we hope to be able to do as part of flexible o/c mapping, which is tracked by this item: http://entityframework.codeplex.com/workitem/93 However it is unlikely that this...
View ArticleNew Post: MySql .Net connector and EF6
Any chance you can share a MySQL .NET connector that works with Entity Framework 6?
View ArticleNew Post: EntityType [FullName] Property Return Unexpected Result In EF5.x &...
When call EntityType.FullName to identify object type at runtime the EntityType return DbContext namespace + Entity type name anyone can help me if found any error in my code or if have solution to do...
View ArticleNew Post: .include with multiple levels
With EF5 it used to be possible to include multiple levels of related entities, regardless of if the related entity is null like this:from o in...
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 ArticleNew Post: Storing graphs of objects in context
Hi Tomas, Calling Add will already add the graph of objects reachable from the entity passed to Add. The traversal of the graph stops when an entity already tracked by the context is encountered....
View ArticleNew Post: EntityType [FullName] Property Return Unexpected Result In EF5.x &...
@TarekNajem04 In your code sample you are asking for the c-space entity type. C-space refers to the conceptual model which is equivalent to the CSDL part of an EDXM when using Database or Model First....
View ArticleNew Post: .include with multiple levels
Verner, I just tested this and was unable to reproduce the null ref exception. There isn't any intended change here in EF6--it should still work. Would you mind providing the full stack trace of the...
View ArticleNew Post: .include with multiple levels
Hello, I havent really been using Code First, but I can give that a shot and see if I can replicate this with it. I did however try this with an isolated model first test version and noticed that the...
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 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 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 Post: Performance issues under Katana
Hi Tim, Thanks for bringing this to our attention. Some one from our team is going to start looking into this next week. We'll keep you updated as we investigate. ~Rowan
View ArticleNew Post: Performance issues under Katana
That's great, Rowan! Let me know if I can be of any help! tim
View Article