Explain the difference between C# and VB.Net?
S.no | VB.Net | C# |
---|---|---|
1. | Optional Parameters accepted | Optional Parameters not allowed |
2. | Not case sensitive | Case Sensitive |
3. | No feature for releasing unmanaged resources | ‘Using’ used for releasing unmanaged resources |
4. | Supports structured and unstructured error handling | Only supports informal error handling |
BY Best Interview Question ON 12 Feb 2019