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
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain .net framework overview?
What tools is used to develop .NET applications?
What is deferred execution vs. Immediate execution in linq?
How you apply a theme in whole application in .Net?
What is Full trust permission set in .Net
Explain why do we use msmq?
What is the intermediate language between asp and asp.net1.0?
How can you turn-on and turn-off cas?
Describe the Managed Execution Process
How server form post-back works?
Dynamic Fonts
How is threading done in .net?
I'm having some trouble with cas. How can I troubleshoot the problem?
Tell us the differences between an interface and an abstract class in .net?