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
Explain the difference between asp.net and asp?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Explain security measures exist for .net remoting in system.runtime.remoting?
Which Namespace is used to to achieve MultiThreading in .NET?
What is the difference between .net and laravel?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How do you instantiate a complex number?
Explain how does assembly versioning work?
State some of the different languages supported by .net?
How do you generate a strong name?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
How is .net able to support a lot of languages?
What’s different between process and application in .net?
What is the purpose of IClonable interface in .NET?
Explain can 2 different applications use the same dll in gac at the same time?