Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cost for .Net
Message
 
 
To
08/02/2002 11:47:55
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00609123
Message ID:
00617528
Views:
27
>>How about a fair compairson.
>
>If I recall correctly, you don't need a namespace in either language. So, correct me if I'm wrong, it could just be:
>
>C#
>
>
>using System;
>public class Class1{}
>
>
>Or VB
>
>
>Public Class VisualBasicClass
>End Class
>
This is true. You don't need import the System class for that matter.
public class Class1{}
I was trying to give a "fair" comparison against John's VB example.
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform