New Comment on "Roadmap"
Like others, I am disappointed that not even in the 6th version's roadmap there is no plan for batch update and delete. If I need to delete all the rows that have Expired==true in a table I need to do...
View ArticleEdited Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleNew Comment on "NuGet Packages"
@balajesankar - From the 'Getting and Building the Code' section of the Documentation page: The easiest way to work with the code base is to install Visual Studio 2012 RC. You can also work with any...
View ArticleEdited Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleCommented Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleEdited Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleCommented Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleEdited Issue: Code first: one entity mapping to two tables,when they have...
I want mapping one entity to two tables, but then two tables have different primary key names.In code first, how to configure this?
View ArticleCommented Issue: Code first: one entity mapping to two tables,when they have...
I want mapping one entity to two tables, but then two tables have different primary key names.In code first, how to configure this?Comments: Hey, Code First doesn't support this scenario today, we'll...
View ArticleNew Comment on "Roadmap"
The discussion about batch delete/update has moved to this discussion thread - http://entityframework.codeplex.com/discussions/376901
View ArticleNew Comment on "Roadmap"
@Grauenwolf - You can use private property setters with EF today. We also have this work item to allow you to configure how data is read and written to objects -...
View ArticleNew Post: Query generation in batch insert scenarios
Hey, This is definitely something we want to add to the product, we've even done some prototyping in the past around this. The relevant feature on the backlog is here -...
View ArticleCommented Issue: SQL Server connection strings should not use...
"MultipleActiveResultsSets=true" (MARS) should not be used by the default connection factories or templates.MARS adds performance overhead to queries and is not thread-safe prior to .Net 4.5 (which can...
View ArticleEdited Issue: Add the debug symbols for EF to SymbolSource [386]
It would often be useful for us developers to be able to step through the EF code to understand why it does something or why something doen't work. Having the debug symbols distributed with the nuget...
View ArticleCommented Issue: Add the debug symbols for EF to SymbolSource [386]
It would often be useful for us developers to be able to step through the EF code to understand why it does something or why something doen't work. Having the debug symbols distributed with the nuget...
View ArticleNew Comment on "Roadmap"
Thanks guys. Feel free to create new/vote existing issues where appropriate and also start threads in the Discussions tab.
View ArticleNew Post: Source code for EF 5
It probably would have been useful to create such a tag but no such tag exists and, as you alluded to, the work has been going on in parallel so it wouldn't have been very easy to do anyway. Thanks,...
View ArticleNew Post: How command works
Hi Nicolas, I'm not very familiar with EUSS so can you provide some more detail on what exactly it is that would be needed for this? Thanks,Arthur
View Article