摘要:
一、问题描述 问题:The instance of entity type 'xxxx' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. W 阅读全文
摘要:
一、问题描述 在做 数组、列表、集合遍历时,可能我们会遇见这个问题。Collection was modified;enumeration operation may not execute ,翻译的中文意思:集合已修改;枚举操作可能无法执行。 二、解决方案 就是在遍历时,不要改变正在遍历的集合即可 阅读全文