I\'ve recently encountered an issue with the multi-threaded nature of the BizTalk Mapper and how it handles external assemblies.
I want to store per-thread data in an ADO.NET Data Service. Is it safe to use the ThreadStatic attribute on my thread-specific static variable, or will I run into problems? My concern is that my Threa