What are Major Feature of VB.NET Over C#.NET
Answers were Sorted based on User's Feedback
Answer / ajit jha
VB.NET also doesn't support operator overloading. Due to
unsafe code.
And
VB.NET instantly compiled our code, help in small
development work and disadvantage is it cause slightly delay
in case of Large Development.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dinesh sharma
Thank u Sonia
I Know That Feature But Do You Any Other Feature
Rather Than Syntax .
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / avijit
vb.net support optional argument for method parameter where as
c# not.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / konthappan
There is a documentation facility in C# (If you comment
using ///This is my comment/// u can generate a document
using Commands . I think this option is not in VB.NET
There is no Performance difference in BOTH Since both are
running under CLR
Is This Answer Correct ? | 1 Yes | 4 No |
Answer / chethana
VB.Net does not support pointers but C# supports pointers
Is This Answer Correct ? | 3 Yes | 7 No |
Answer / manish
Dear Konthanppan ,
Comment related point stated by you is not true as VB.net
provides it with ''' in replacement of /// in C#.
One big point is
In VB.NET "SHARED CLASS" can be created but in C# Static
class is not possible.
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / indian
vb.net utilizes cpu 100 percent
but c# doesnt ...
vb.net not supports pointers
but c# supports ........
Is This Answer Correct ? | 0 Yes | 5 No |
when do we need a multiple document interface?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
what is commom language runtime?
Explain enumerator?
How do you call a stored procedure in Visual Basic?
What is difference between Abstract Class and Interface?
Explain the use of option explicit?
Explain how to send xml file on server using http protocol?
What do you mean by option strict on?
What is the strong name in .net assembly?
What is difference between metadata and manifest?
when we will use console ?