Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cost for .Net
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00609123
Message ID:
00617358
Views:
26
Common John,

How about a fair compairson.

C#
using System;

namespace CSharpClass
{
	public class Class1
	{
	}
}
Or VB
Imports System

Namespace VBClass

	Public Class VisualBasicClass

	End Class

End Namespace
>Hi John...
>
>You be the judge:
>
>C#
>
>
>
>using System;
>
>namespace CSharpClass
>{
>	public class Class1
>	{
>		public Class1()
>		{
>
>		}
>	}
>}
>
>
>
>Or VB
>
>
>
>Public Class VisualBasicClass
>
>End Class
>
>
>
>I understand this is a VERY simple comparison. Sometimes, the simple comparisions make for the best ones because they strip away extraneous items.
>
>All things being materially equal, I will forgo the archaic requirements of C#. How anybody can call C# "elegant" is beyond me....< s >...
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform