BootGuy
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Visual Studio .NET 2005 Beta 2 | 74 | Apr 18, 2005 at 7:34 AM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Visual Studio .NET 2005 Beta 2 | 74 | Apr 18, 2005 at 7:34 AM |
Karsten Januszewski - Home video of Avalon presentation at Flash Forward conference
Apr 27, 2005 at 7:50 PMKarsten Januszewski - Home video of Avalon presentation at Flash Forward conference
Apr 27, 2005 at 7:07 PMAnders Hejlsberg - More C# Talk from C#'s Architect (Happy Birthday Video #3)
Apr 25, 2005 at 5:16 PMCustomer customer = new Customer();
Lawnmower lawnmower = new Lawnmower();
ArrayList arrayList = new ArrayList();
arrayList.Add(myString);
arrayList.Add(customer);
arrayList.Add(lawnmower);
// Strings, Customers, and Lawnmowers, oh My!
// That was pretty funny from Anders!