Is it safe to use one Entity Framework Context per thread? … yes? how?
Probably these are two questions in one, I am using one EF context per request, but I want to use one per thread, because I am going to make some complex task in another thread during the request.