What is the difference between the C sharp.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 supports Pointer Variables using unsafe keyword. |
|
