Sunday, May 18, 2008

Difference between VB.net and C#.net

1. C# supports unsigned integer and vb.net does not.
2. C# provides operator overloading and vb.net does not provide it.
3. C# does not support optional argument and vb.net supports it.
4. C# inforces strict type casting and vb.net does not enforce it.
5. C# runs slightly faster than vb.net.
6. vb.net is not case sensitive and c# is case sensitive

No comments: