answersLogoWhite

0

You're asking for a massive list of words.

Thousands of words are in the vb.net language.. But it is deprived from the English language.. Which makes it so simple and easy..

In visual basic there is normally a dropdown list giving you examples of what to do..

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


How vbnet is powerful language than php?

It isn't.


Is vbnet a programming language?

Yes, VB.net is a programming language that utilizes the Microsoft .Net framework


What is an instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.


What is instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.


How do you write abstract on vbnet language?

Mark a class as MustInherit and at least one method as MustOverride.


How csharp and vbnet are interoperable?

VB.NET and C# are both languages that compile to CIL bytecode, and run on the .NET's Common Language Runtime.


What is vbnet built on?

VB.Net is a "re-imagined" syntax of the Visual Basic language, built to target the .Net CLR (Common Language Runtime). It is a fully object-oriented language with similar syntax of older VB versions.


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


What is the difference between aspnet vbnet and c?

asp.net is website programming vb.net is windows forms programming the visual basic language c#.net is windows forms programming in c# language


Is vbnet a SOA programming language or Object Oriented Programming Language?

Visual Basic is an Object oriented programing language, like C++. A good example of an SOA program language is C#. can you explain with reasons........? i agree with you .... I want to confirm the reason why it is so ...


How csharp and vbnet are interaoperable?

When any .NET assembly is compiled, it may reference any other .NET assemblies, regardless of the language that the code was written in.