What are Major Feature of VB.NET Over C#.NET

Answers were Sorted based on User's Feedback



What are Major Feature of VB.NET Over C#.NET..

Answer / sonia

VB.Net is Case-Insensitive while C# is case-Sensitive.

Is This Answer Correct ?    11 Yes 2 No

What are Major Feature of VB.NET Over C#.NET..

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

What are Major Feature of VB.NET Over C#.NET..

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

What are Major Feature of VB.NET Over C#.NET..

Answer / avijit

vb.net support optional argument for method parameter where as
c# not.

Is This Answer Correct ?    1 Yes 0 No

What are Major Feature of VB.NET Over C#.NET..

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

What are Major Feature of VB.NET Over C#.NET..

Answer / chethana

VB.Net does not support pointers but C# supports pointers

Is This Answer Correct ?    3 Yes 7 No

What are Major Feature of VB.NET Over C#.NET..

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

What are Major Feature of VB.NET Over C#.NET..

Answer / chaitanya

vb.net is very userfriendly

Is This Answer Correct ?    1 Yes 5 No

What are Major Feature of VB.NET Over C#.NET..

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

Post New Answer

More VB.NET Interview Questions

What is difference between Abstract Class and Interface?

3 Answers  


Tell me which namespace are used for accessing the data?

0 Answers  


What is globalization?

0 Answers  


Explain the use of new keyword?

0 Answers  


What are the different variables in vb.net?

0 Answers  






Define clr?

0 Answers  


what is interface and when it is used?

0 Answers  


So you know which dll is used for microsoft .net run time?

0 Answers  


what is vb,net

1 Answers   ME,


what are the advantages and diadvantages of active reports over crystal reports ?

1 Answers   IBM, Kotak,


What are the advantages of an assembly?

0 Answers  


What is trace in vb.net?

0 Answers  


Categories