New Post: EntityGraph and VS 2012 using Entity Framework 5
thanks so much for both of your replies.. I followed the link where you discuss the possibility of integration with EF so I am looking forward to see what can be done to make this happen.. Would you...
View ArticleNew Post: Conditional includes
Now we need to do something like this to do conditional includeshttp://blogs.msdn.com/b/alexj/archive/2009/10/13/tip-37-how-to-do-a-conditional-include.aspx However it would be nice if it was possible...
View ArticleNew Post: cannot open power tools project
@kingcomxu, you must also install the Visual Studio 2010 Isolated Shell.
View ArticleNew Post: getting "is not a configuration convention, so a data space must be...
This will be fixed with Work Item 1250. For now, you should be able to pass DataSpace.SSpace into Remove.
View ArticleNew Post: Multi-Schema support for migrations (to support multi-tenancy for...
HI Tobias, To answer your question, yes, we do want to enable/improve our support for multi-tenancy in Migrations (and for EF in general). It is very unlikely that we will do anything for EF6 however....
View ArticleNew Post: Are there .pdb files for EF 5?
Are there .pdb files for EF 5? If so, where can I find them?
View ArticleNew Post: Automatically detect and refresh data changes in EF6
Hi, it would be a great feature in EF6 to automatically detect and refresh data changes. I'm using DbContext and DbSet. A very good approach is described in Harry von Borstel's article"AutoRefresh...
View ArticleNew Post: Reduce trasferred data with Multiple Result Sets
Currently LINQ select statement with joining tables will result in returning one huge result set. This looks excessive when we have one to many or many to many relationship. For example, we have Table1...
View ArticleNew Post: EFTools.Msi?
Hi, What changes in he EF Designer for EF6. Are there bug fixes and/or new features. Or is it just for the namespace changes? Thanks
View ArticleNew Post: EFTools.Msi?
In the current release we are focusing mostly on being able to handle both EF5 and EF6 in the designer, being able to ship the EF designer out of band and making the codebase open source. There are...
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
Hi, This namespace changing has shown me an interesting issue. I have a VSIX loaded which is compiled against EF5 extensibility dll using IModelTransformExtension. I've just installed EFTools.msi, and...
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
There are a few comments regarding this on Work Item 1162. We would love to hear any additional feedback that you might have.
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
We decided to change the version of the assemblies extensions are compiled against since we treat the new designer as a new product. There are also some technical reasons for changing the version like...
View ArticleNew Post: Reduce trasferred data with Multiple Result Sets
Hello AArtur, I agree the general approach of translating queries that return graphs to multiple queries (probably in the same batch) instead of flattening them into a single query with JOINS would...
View ArticleNew Post: Reduce trasferred data with Multiple Result Sets
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Multi-tenancy and connection pool
Hi Pawal, Looks like the problem was not resolved yet. Actually when I got the reference of EF library through nuget, it has also updated the config file and added following default config that has...
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
Moozzyk is correct, and I was comparing Apples with Oranges... Thanks for your detailed response. If EF6 and VS2013 are a new product released together, then the VS version number will be higher and...
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
Hi, We are actually revisiting the decision and are investigating if we can make extensions written for VS2012 continue to work with the new designer without having to recompile them. Here is the work...
View ArticleNew Post: VSIX EF6/EF5 IModelTransformExtension Problem
Thanks Pawel, Yes, it would be good if you can achieve the dual usage. I've raised 1305 for the suspected bug. Can I ask you a favour? I was trying to automate the Generate Wizard when the User saves...
View ArticleNew Post: Add AddRange() and RemoveRange() to IDbSet?
Hi, I've just been reviewing the changes in EF6, and I note that AddRange() and RemoveRange() are only on the DbSet/DbSet<T> classes, and not on the IDbSet<T> interface. Would it be...
View Article