New 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: 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: 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: 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: 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: 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: Merge Disconnected Object Graph
Has better support for disconnected entities been added to EF7 yet?
View ArticleNew Post: Merge Disconnected Object Graph
See https://msdn.microsoft.com/da-dk/magazine/mt694083
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: 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: 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: 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: 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 Article