0
kicks
ADO.NET Entity Framework: unexpected behaviour with MergeOptions
ADO.NET EntityFramework offers different ways to manage updates from the database. Different MergeOptions are available that can be set to affect the way the ObjectStateManager deals with updates from the database. It was a bit unexpected to me what happened under the hood when using the different options. Check out this blog