zzzprojects / GraphDiff

GraphDiff is a library that allows the automatic update of a detached graph using Entity Framework code first.
https://entityframework-graphdiff.net/overview
MIT License
333 stars 101 forks source link

Description link is broken / documention not available #184

Closed Indigo744 closed 4 years ago

Indigo744 commented 4 years ago

Hello,

The link in description regarding the initial post does not work: http://blog.brentmckendrick.com/introducing-graphdiff-for-entity-framework-code-first-allowing-automated-updates-of-a-graph-of-detached-entities

Also, I can see that a documentation is available in the doc subfolder, but it is not easily usable directly by looking at the files. A server seems to be needed, but how? No information...

It seems to be related to https://entityframework-graphdiff.net, but this URL resolve to 404...

Thank you for your insight.

xavave commented 4 years ago

https://refactorthis.wordpress.com/2012/12/11/introducing-graphdiff-for-entity-framework-code-first-allowing-automated-updates-of-a-graph-of-detached-entities/

JonathanMagnan commented 4 years ago

Hello @Indigo744 , @xavave ,

Thank you for reporting and for the link, it has been modified in the README and about page.

I will try to look at the website over the next week as one of my employees wrote some documentations 3 years ago but we indeed never released it.

Best Regards,

Jon


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function

JonathanMagnan commented 4 years ago

I cannot guarantee about the content (was wrote 3 years ago) but the website is now up and running as well: https://entityframework-graphdiff.net/overview

Indigo744 commented 4 years ago

Thank you @JonathanMagnan!