VB.NET vs. C#
No -- I'm not starting another language war. I was converting some C# code to VB.NET today. After getting everything converted, I had to change the name of the class (nothing to do with the conversion). I changed it and then thought "shoot -- now I need to change all of the constuctors" (it has three overloaded constructors). Then I remembered I'm in VB.NET and all of the constructors are named "New" -- no changes required.
Yeah, I know. C# would have only been a simple search and replace. Still, in VB.NET it's nothing!