What is the difference between the C#.NET and VB.NET?

Answer Posted / bernaridho

First, .NET is programming-library, not
programming-language. Second, C# and VB (I prefer to call it
Visual BASIC) are two different programming-languages with
significant differences in terms of syntax and semantic. One
of significant difference is Visual BASIC use the term
Module, while C# does not use the term at all. This design
decision helps Visual BASIC programmers understand what
module is, while C# programmers are out of luck. The
craziness toward the usage of term class does not help
programmers what a module is.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is smart navigation in .net?

567


Please explain what is the difference between constants and read-only variables?

584


Explain can the validation be done in the server side? Or this can be done only in the client side?

511


How to load a user control dynamically in runtime?

546


What do you mean by Driver Script?

630






What are situations when you register .NET assembly in GAC ?

650


Explain the difference between the while and for loop.

587


What is the advantage of .net?

542


what will do to avoid prior case?

597


Difference between class and interface in .net?

592


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

542


What is a formatter in .net?

580


Difference between user groups and code groups

1894


Can you write a class without specifying namespace?

589


What is the use of Treeview control?

618