I have a list of IDs, and I need to run several stored procedures on each ID....When I am using a standard foreach loop, it works OK, but when I have many records, it works pretty slow....I wanted to convert the code to work with EF, but I am getting an e...