Tagged Questions
1
vote
2answers
268 views
Executing queries in parallel throws “The underlying provider failed on open.” error
Sometimes, not always, I'm getting following error: "The underlying provider failed on open."
This is my situation:
I have a list of integer keys I process in parallel to be used as parameter in a ...
1
vote
1answer
287 views
Pipes and Filters and CompiledQuery.Compile
I have started using linq to sql and the entity framework and have found the development experience to be fairly good. Like the way you can break a query apart and combine different queries is quite ...