answersLogoWhite

0

📱

VBNET

VBNET is an object-oriented programming (OOP) language developed by Microsoft. It is the .NET version of Visual Basic, which supports OOP concepts like aggregation, modularity, abstraction, encapsulation, inheritance and polymorphism.

500 Questions

The disadvantages of VB.NET?

User Avatar

Asked by Wiki User

Some disadvantages of VB.NET is that it is mainly only used for software development. As an electrical engineer me and my teem often use VB.NET to make a business applications. If you want to develop games you should not spend your time learning VB.NET, instead you should spend your time learning C++ or C#.

Are VB.NET and .NET the same thing?

User Avatar

Asked by Wiki User

No, they are not the same thing.

.NET (dot net) refers to the .NET Framework that can be utilised by any programming language that conforms to the Common Language Infrastructure (CLI). The .NET Framework is primarily composed of the Common Language Runtime (CLR) and the Framework Class Library (FCL).

Visual Basic .NET (VB.NET) is just one of many CLI-compliant languages available. VB.NET is dependent upon .NET.

Types of data reports in vb6?

User Avatar

Asked by Wiki User

What do you call a set of characters enclosed in square bracket What is it for?

User Avatar

Asked by Wiki User

This is a character class. It matches any single character that is in the class of characters specified by the expression between the brackets

created by VBGROUP...7

Difference between Picture Box control and Image Control?

User Avatar

Asked by Wiki User

Image BoxPicture Box1) it is not act as container control

2) not use of memory to store the picture

3) editing of picture is not possible in picture box

4) Not having auto size property

5) Having stretch property1) it act as container control

2) use of memory to store the picture

3) editing of picture is possible in picture box

4) having auto size property

5) not having stretch property

Source code for calculator in vb 6.0?

User Avatar

Asked by Wiki User

high level language

How to draw entity relationship diagram?

User Avatar

Asked by Wiki User

To draw a relationship diagram, start by placing relationship at the center of the paper. Connect entities to the relationship, and branch out with the different attributes.

Difference between option button and check box?

User Avatar

Asked by Wiki User

Check boxes and option buttons give users the opportunity to choose among a list of options. The option button differs from a check box in that one can only select one option while in the latter one can select multiple options.

What is an exe in VB.NET?

User Avatar

Asked by Wiki User

.exe means: self-execution program , however the extension uses only the 'exe' of executable.

Difference between variable and constants in visual basic?

User Avatar

Asked by Wiki User

"Memory locations that hold data that can be changed during project execution are called variables; locations that hold data that cannot change during execution are called constants"

What is the extansion of VBNET?

User Avatar

Asked by Wiki User

If you save your VB.NET project, it will be a .vb file.

You can also build your program, then it becomes an executable (.exe)