I know it's a bit late, but just has someone send this to me...
c# Code:
  1. function twelveDays<Christmas>() {
  2.   // Twelve SQL queries,
  3.   // Eleven XML parses,
  4.   // Ten external programs,
  5.   // Nine RMI calls,
  6.   // Eight LDAP queries,
  7.   // Seven serializations,
  8.   // Six caught exceptions,
  9.   // Five di-a-logs!
  10.   // Four URLs,
  11.   // Three GC's,
  12.   // Two JAR downloads, and
  13.   return pearTree.add("Partridge");
  14. }


Here's the VB version:
vb Code:
  1. function twelveDays(Of Christmas)() as String
  2.   ' Twelve SQL queries,
  3.   ' Eleven XML parses,
  4.   ' Ten external programs,
  5.   ' Nine RMI calls,
  6.   ' Eight LDAP queries,
  7.   ' Seven serializations,
  8.   ' Six caught exceptions,
  9.   ' Five di-a-logs!
  10.   ' Four URLs,
  11.   ' Three GC's,
  12.   ' Two JAR downloads, and
  13.   return pearTree.add("Partridge")
  14. End Function

-tg