Entity Framework and multithreading Entity Framework and multithreading multithreading multithreading

Entity Framework and multithreading


Don't share an ObjectContext -- or any object attached to it -- between threads. It is documented to be non-thread-safe.