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 Help Members By Posting Answers For Below Questions

What is a formatter in .net?

779


How to Create and Consume a Web Service?

2998


Is .net core the future?

788


Is .net 4.8 backwards compatible?

771


What is data type and how many types of data types are in .NET ?

766


Explain what is the difference between response.redirect & server.transfer?

807


How many namespaces are in .net version 1.1?

855


What is the purpose of enumerable class in .net?

872


How does linq work?

800


which methos do you invoke on the dataadapter control to load your generated dataset with data?

809


What is .net core used for?

752


What is WSDL? Explain its architecture?

889


How to spawn a thread?

803


What does il do?

756


Which dll translate xml to sql in internet information server (iis)?

816