Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

Yikes, I've been slashdotted!

While I was at the University of Waterloo (I'm an alumnus) I gave a talk to the Computer Science Club. The video has found it's way to slashdot and it seems not so embarassing that I can refer you to it. Though I have asked about getting it hosted on
Posted by ricom | 7 Comments

MSDNWiki beta is live!

http://msdnwiki.microsoft.com/en-us/mtpswiki/default.aspx I'm super excited about this little guy. I did a similar thing internally for just performance comments and it never caught on. Making all the docs there commentable is a stroke of genius. Not
Posted by ricom | 5 Comments

Performance Quiz #10 -- Thread local storage

It's time for another quiz! A very short one this time. If I need some thread local storage and I might need several entries should I use: Thread.GetData(slot) and Thread.SetData(slot, object) or should I make my own static member like this [ThreadStatic]
Posted by ricom | 8 Comments
Filed under: ,
 
Page view tracker