New Post: Persistence in postgresql oid column
How to save a file in PostgreSQL oid column? Oid is the PostgreSQL column type for large objects, like SQL Server varbinary.
View ArticleNew Post: Ef Power tools c#6 vs 2015
As for the pre-generated view with vs 2015 I did not do them because I f are from a compilation error of a path too long, I read that with the new compiler is rosylin this limitation but do not know ....
View ArticleNew Post: Ef 6.1.3 Startup Very Very Slow
Good evening, to be noted that I have already addressed this issue, researching, testing, msdn forum, but have not managed to solve. (View pre-generated, ngen) I state that I am doing tests in a fairly...
View ArticleNew Post: Microsoft.AspNet.EntityDataSource 6.0.0 source code
Hello, where do I find source code for Microsoft.AspNet.EntityDataSource 6.0.0?if available at all Thanks, Tomasz
View ArticleNew Post: N-Tier Application using EF/WPF/Middle Tier
Hi, I have developed 2 tier applications using EF5 (Code First) & WPF that have worked wonderfully. Now I'm planning to develop a bigger application and considering EF running in the Middle Tier....
View ArticleNew Post: Merge Disconnected Object Graph
See https://msdn.microsoft.com/da-dk/magazine/mt694083
View ArticleNew Post: Merge Disconnected Object Graph
Has better support for disconnected entities been added to EF7 yet?
View ArticleNew Post: LazyLoading is too lazy to Load some navigational properties
Hello, I don't know if this is a EF Lazyness problem or real EF bug, because this irregularity only happens sometimes ( aprox. 1 in 10 times in the same code) The problem is that, sometimes, for some...
View ArticleNew Post: MergeOption!
@dellycowboy There are many scenarios in which concurrency conflicts can occur and different patterns you can use to deal with it. E.g. using the CurrentValues, OriginalValues and GetDatabaseValues()...
View ArticleNew Post: MergeOption!
Why is this so hard to set globally! 2 users. conflict. Refresh some interlinked lists? Real tough and ugly code, this is a real world use case!. And please don't tell me to reload the context! Ideally...
View ArticleNew Post: EDMX designer can't see my EF6 provider
Ciao Umberto :) I've actually tried what described in your post but unfortunately it did not work for me. I'll surely post all my news, if any Thanks for your hint Alberto
View ArticleNew Post: EDMX designer can't see my EF6 provider
Hi Alberto (I think I know you :) ), you can have a look here.http://entityframework.codeplex.com/discussions/573409 I solved it some months ago (with the hints I posted) but actually I can't make it...
View ArticleNew Post: Code review
Hi, I would like to help you, but i'm from Portugal so i could only help remotely. I have some experience with EF and 4 years in experience with .net, and sql. I'm always looking for a challenge so i...
View ArticleNew Post: Code review
Hi, I am working with a large car dealership in the netherlands. We are working with vs2013, upgrading tot 2015 soon and ef 6 and 5. We have a lot of different projects and databases we are with 3...
View ArticleNew Post: EDMX designer can't see my EF6 provider
I've tried the debugging using the information described herehttps://entityframework.codeplex.com/wikipage?title=Debugging%20EF%20Tools but for now it does not work for me (the designer modules are not...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi,Please execute the following command from an administrator command prompt on you developer machine:sn -Vr *,b03f5f7f11d50a3aYou can find the sn.exe here:c:\Program Files (x86)\Microsoft...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi, I really appreciate your taking the time. This does not seem to work though. I understand you might not have time to fix this, but just fyi... After installing that version of the EF tools, when...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi, You can download the modified version of EFTools from the following url:http://goliat.eik.bme.hu/~zgabi/EfTools_HierarchyId_VS2015Update1.zip With this you can generate the code first model from DB...
View ArticleNew Post: EDMX designer can't see my EF6 provider
Yes, installed - VS is at update 5, just in case. No way. Any hint?
View ArticleNew Post: Support SQL Server HierarchyId data type
It is because it is a fork, most of the code comes from MS:)I don't know what is the legal way in this case, if somebody from MS writes me to remove it, I'll remove Microsoft from the author list.
View Article