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

Explain the use of option explicit?

0 Answers  


What is an application domain? how they get created?

0 Answers  


How to store decimal data in .net?

0 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


What is a preprocessor directive in vb.net?

0 Answers  






Which class allows an element to be accessed using unique key?

0 Answers  


How to run a dos command in vb.net?

0 Answers  


Which classes a dll can contain?

0 Answers  


What are the difference between structure and class?

0 Answers  


What is the advantages of VB.NET?

0 Answers   NA,


what is the base class of .net?

7 Answers  


Explain namespace?

0 Answers  


Categories