Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
VB Dot Net Interview Questions
→
VB Dot Net Interview Questions for Experienced in VB Dot Net Interview Questions
→
State some key differences between C# and VB.NET.
1.
State some key differences between C# and VB.NET.
Answer»
Comparison Parameter
C#
VB.NET
Optional Parameters
Optional Parameters will be
ALLOWED
in C#.
VB.NET does not allow optional parameters.
Case Sensitivity
C# is not case sensitive.
VB.NET is case sensitive.
Error Handling
C# supports structured error handling as well as unstructured error handling.
VB.NET supports only unstructured error handling.
Release of Unmanaged Resources
In C#, unmanaged resources cannot be released.
In VB.NET, the "
USING
"
KEYWORD
can be used for releasing unmanaged resources.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Define Nested Classes and Enumerators in VB.NET.
What do you understand about an assembly manifest in the .NET framework?
What do you understand about globalization in the .NET framework?
What are class access modifiers?
Explain Jagged arrays in VB.NET.
What is ReDim statement?
Explain the usage of the NEW keyword with an example.
In the .Net Framework, what is the INTERNAL keyword?
What is the base class of VB.NET?
State your understanding about Option Strict and Option Explicit.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies