[I'm going to try a Sahil thing] In IL, what is the difference between the following statements: [C#] aClass Obj = new aClass(); [VB.Net example 1] Dim Obj as aClass = new aClass() [VB.Net example 2] Dim Obj as new aClass() Go ahead and comment... I'll post the answer later (although I bet this isn't...