answersLogoWhite

0

What is the use of Visual Basic .NET?

Updated: 9/17/2023
User Avatar

Wiki User

14y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the use of Visual Basic .NET?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The year of invention of visual basic?

Visual Basic was started in 1991.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.


What is object concept in visual basic net?

The object concept is visual basic net is a part from a book. There are four key concepts of object-oriented development.


What has the author James D Foxall written?

James D. Foxall has written: 'El libro de visual C# 2005/ Teach Yourself Microsoft Visual C# 2005 in 24 hours' 'Practical standards for Microsoft Visual Basic . NET' -- subject(s): BASIC (Computer program language), Microsoft .NET, Microsoft Visual BASIC 'Sams teach yourself Visual BASIC 2008 in 24 hours' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC 'Destination .NET' -- subject(s): Microsoft Visual BASIC, Microsoft .NET, Visual Basic (Computer program language) 'Sams teach yourself Microsoft Visual C# .NET 2003 in 24 hours' -- subject(s): C# (Computer program language), Computer Technology, Microsoft Visual C# .NET, Nonfiction, OverDrive, Technology, Visual programming languages (Computer science)


How do you program visual basic on an android device?

Most developers don't use visual basic for android devices because android does not support the .net framework and therefore cannot run visual basic applications. Developers usually use Java instead to program applications for android.


Which Compiler is used in visual basic?

visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp


What is mdi in visual basic net?

MDi is a basic site for children forms. This is a site that helps fill it out.


What are the different Visual Basic Net versions?

1,2,3,4,5,6,8,and 10


What is meant by vb net framework?

Vb(visual basic) is the language support by a .Net framework.we can use the vb as a windows application and web application and use the many application we can create.


What is the newest visual basic?

The final supported version was Visual Basic 6.0. Since then (1998~2008?) a langauge called Visual Basic .NET has joined the .NET framework. This is basically a complete redesign/reimplementation of the language for the new framework. Microsoft has even kept the VB version numbers in sequence with the original. The latest version of this language is Visual Basic 2008 (VB 9.0).


What is the difference between ASP Net and visual studio Net?

Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.


How do you get square root in Microsoft visual basic?

The function is Sqr() in VB6 and Math.Sqr() in .NET.