Hidden in the Whitepaper for Programming Table Storage are some BestPractices on how to code the ADO.NET Data Services or CRUD operations on Azure Table. Here is a copy of the list extracted from various parts of the whitepaper The DataServiceContext object is not thread safe , so it is not meant to be shared amongst different threads
See the original post here:
Best Practices for Programming Azure Table Storage