[:en]Transaction issue after upgrading from EF5 to EF6[:]
[:en]I had an issue after upgrading a Project to entity Framework 6: The procedure behind a linked Server wouldn’t work with a distributed transaction. Reason: Starting with EF6 Database.ExecuteSqlCommand() by default will…