I have been reading a lot of articles explaining how to set up Entity Framework\'s DbContext so that only one is created and used per HTTP web request using var
DbContext
I'm pretty certain it is because the DbContext is not at all thread safe. So sharing the thing is never a good idea.