What is the difference between the C#.NET and VB.NET?
VB.NET
- It didn't have the XML Documentation.
- It didn't have the Operator Overloading.
- It didn't have the Pointer Type variables.
C#.NET
- It has XML Documentation, Operator Overloading and handles Pointer Variables using unsafe keyword