Multipleactiveresultsets in Entity Framework 4.1 Code First
问题 This is my first EF project so bear with me please. When updating an entity such as Department, you pull it from the context, update its values and call context.SaveChanges. However, if you update Department.Employees, EF does not find that funny. I searched and came up with the option of setting Multipleactiveresultsets=true in the connection string but want to know if: Is this the recommended way? Does this adversely affect performance / what should I look out for? 回答1: Enabling MARS is