Archives

Archives / 2003 / October
  • Versioning And XP

    This came across the AgileDotNet mailing list awhile back and indicates one of the misconceptions about XP that I run across regularly.

  • Public Variables In VB.NET Modules

    Interesting bit of detective work the other day I thought I'd share with everyone. A friend of a friend was having trouble with an ASP 2.0 project that was ported to ASP.NET. Turns out that on some web servers the different clients were getting their data overwritten by others. A little splunking uncovered that the application was maintaining state using a public variable declared in a VB module. I could guess what was happening, but wanted to know the details so I created a tiny test app that looked like this: