Thursday, April 24, 2008

What are some similarities and differences between C# and VB.NET?

Both languages use the same .NET Framework Class Library and deal with the same .NET concepts including namespaces, classes, the CLR, etc.

Programs written in both languages are compiled into IL.

However C# is case sentive, VB.NET is not.

No comments:

Post a Comment