1.

Explain the difference between C# and VB.Net?

Answer»
S.noVB.NetC#
1.Optional Parameters acceptedOptional Parameters not allowed
2.Not CASE sensitiveCase Sensitive
3.No feature for releasing unmanaged resourcesUSING’ used for releasing unmanaged resources
4.Supports structured and UNSTRUCTURED error HANDLINGOnly supports informal error handling


Discussion

No Comment Found