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 an indexed property?

1 Answers  


Which classes a dll can contain?

0 Answers  


Explain about the feature anonymous type?

0 Answers  


What are the differences between vb.net and c#, related to oops concepts

0 Answers  


Explain the difference between datatable and dataset?

0 Answers  






What is versioning in .NET?

3 Answers   HCL,


What are the objects in asp.net?

0 Answers  


What is DLL hell?

2 Answers  


how to save items in gridview and the form name is vendor rating?

1 Answers  


What are the advantages of migrating to vb.net?

0 Answers  


What is the difference between vb 6 and vb.net?

0 Answers  


What do you understand by vb.net?

0 Answers  


Categories