Archive for October, 2006

Always, ALWAYS initialize!

Friday, October 20th, 2006

What output would you expect from such a piece of code (VB.net, of course):

Imports System.Globalization …. Dim CurrentCalendar As System.Globalization.Calendar = _ CultureInfo.CurrentUICulture.Calendar

‘We want to [...]