Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 348 Bytes

File metadata and controls

5 lines (3 loc) · 348 Bytes

Disabling thread safety check in Entity Framework

In this blog post we will have a look into how to disable the thread safety check in Entity Framework. What are the implications of doing so and how to do it.

Found here