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 .NET architecture?
How you apply a theme in whole application in .Net?
What method do you use to explicitly kill a users session? How?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Describe the compilation process for .net code?
Explain what is immutability, what is it for and how is it codified?
Explain what is the difference between odbc and ado?
Explain the use of activex control in .net?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What are two different types of remote object creation mode in .net?
Show different types of collection in .NET?
What is the difference between a namespace and assembly name in .net?
Explain the different parts of an assembly?
What does cli do?
What is .net and why it is used?