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
What is a formatter in .net?
How to Create and Consume a Web Service?
Is .net core the future?
Is .net 4.8 backwards compatible?
What is data type and how many types of data types are in .NET ?
Explain what is the difference between response.redirect & server.transfer?
How many namespaces are in .net version 1.1?
What is the purpose of enumerable class in .net?
How does linq work?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is .net core used for?
What is WSDL? Explain its architecture?
How to spawn a thread?
What does il do?
Which dll translate xml to sql in internet information server (iis)?