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

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

0 Answers  


What is writeline in vb.net?

0 Answers  


Write the role of new keyword?

0 Answers  


What are the different types of a stream?

0 Answers  


What are the parts of the visual basic control?

0 Answers  






Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

0 Answers   Infosys,


How can we remove handlers at run time?

0 Answers  


What is "Friend" in VB.Net?

5 Answers  


What is the use of system.diagnostics.process class?

0 Answers  


What is the use of assembly?

0 Answers  


Using VB, how can you change the Mouse Pointer?

0 Answers   CGI,


What is static member?

0 Answers  


Categories