There have been many question on managing EntityContext lifetime,
e.g. Instantiating a context in LINQ to Entities
I\'ve come to the conclusion tha
EntityConnection is documented to be not thread-safe. I think you could pool them, but you cannot use a single, static connection for a Web application, as there will be many threads involved.