Day of the Developer

Living the life of a developer. What is development work really like?

<October 2006>
SuMoTuWeThFrSa
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

Post Categories

Article Categories

News

I'm a dad :) Welcome to a new life.

Navigation

Software Business Tips

My Sites

Subscriptions



Sunday, October 15, 2006 - Posts

A Gotcha with Thread Static variables
I normally use static variable declarations like so: private static ArrayList m_Cards = new ArrayList(); With some code I was working on I recently had to switch to using Thread Static variables [ThreadStatic()]private static ArrayList m_Cards = new Read More

posted Sunday, October 15, 2006 9:30 AM by admin with 0 Comments

Powered by Community Server, by Telligent Systems