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 explain the difference between constants and read-only variables?
What is misl?
What is smart navigation in .net?
Explain what is an application domain?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is meant by managed and unmanaged code?
Explain the use of activex control in .net?
why you wouldn't want to write into it even if you could
How inheritance works in .net?
Is .net core free?
What are the advantages of .net core?
Explain what are possible implementations of distributed applications in .net?
What is marshling?
How many namespaces are in .net version 1.1?
What does msil do?