I need to implement concurrent Dictionary because .Net does not contain concurrent implementation for 开发者_C百科collections(Since .NET4 will be contains). Can I use for it \"Power Threading Library\
I\'m working on a class which needs to be accessible via static function calls as well as object methods. One thing I have found is that I\'m duplicating logic across multiple functions.