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
How does linq work?
How can you instantiate a tuple?
What's singlecall activation mode used for in .net?
What are virtual destructures?
What is garbage collection in .net? Explain the garbage collection process?
Explain how to stop a thread?
What is stored procedure ? how we use it in .NET ?
What is .net latest version?
Explain the main components in .net?
What is finalize method in .net?
Explain boxing and unboxing in .net.
What do the terms “boxing” and “unboxing” mean?
What are the different types of Classes in .NET?
Difference between machine.config and web.config?
What are the different types of remote object creation mode in .net?