Comprehensive Resource on Threading in .NET - Joseph Albahari
This is by far the most comprehensive resource on threading in .NET that I have seen. There's a PDF available too!
http://www.albahari.com/threading/
An excellent piece of information from a client pertaining to setting ownerid programmatically:
myAccount[“ownerid”]…does not work.
myAccount.Attributes.Add("ownerid",newEntityReference(….))
Thanks LMK!