VB Dot Net Developer Question:
Download Job Interview Questions and Answers PDF
Can you please explain the difference between C# and VB.Net?
Answer:
VB.Net:
Optional Parameters are accepted
Not case sensitive
Nothing is used to release unmanaged resources
Support of Both structured and unstructured error handling
C#:
Optional Parameters are not accepted
Case Sensitive
'Using' is used to release unmanaged resources
Unstructured error handling
Optional Parameters are accepted
Not case sensitive
Nothing is used to release unmanaged resources
Support of Both structured and unstructured error handling
C#:
Optional Parameters are not accepted
Case Sensitive
'Using' is used to release unmanaged resources
Unstructured error handling
Download VB .Net Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Can you please explain the difference between VB and VB.Net? | Explain namespace? |