Where can i find an article for:
What does C# have that VB.Net lacks ?
Printable View
Where can i find an article for:
What does C# have that VB.Net lacks ?
There are not many major differences between VB C#.
C# has the power to turn overflow checking on or off for blocks of code while VB can only do it for the entire project. Also C# has the ability to handle unsafe code.
Unsafe code
Operator Overloading
XML comments that show up in the IDE as intellisense
Stronger Typed without having to remember to add a statment
A skill that is worth more according to salary surveys
http://www.ftponline.com/vsm/2003_07...tments/ednote/
Interesting :)Quote: