answersLogoWhite

0


Best Answer

VB can be run with native support means you don't have to install any framework, library, run time environment etc in order to run an App which is built by VB.

Whereas VB.Net must requires a Dotnet Framework as a prerequisite for VB.Net app.........

VB app is run efficiently as compared to VB.Net......Because there VB app runs directly On OS kernel whereas VB.Net is firstly run on .Net Framework (CLR)* and then this CLR(Common Language Runtime) executes it on Os kernel so For VB.Net there is an extra of one layer for executing......

*CLR is a .Net Framework core component which translates the VB.Net app (or any other app which is built using .Net) into Machine language code.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Visual BASIC Studio...is an IDE/Integrated Development Environment that includes such things as programming language(s)/debugger/help files/-etc.; which 'contains' Visual BASIC.NET programming language...as well as, various other programming languages that you can use.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

what are the difference between vb.net yo vb6.0

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

vb.net is object oriented whereas vbscript is line based (meaning it goes line by line)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the difference between vb studio and vbnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differences butween the vb6 asnd vbnet?

Please refer the following link, there you can find useful information about differences between VB6 and VB .NET


What is the extansion of VBNET?

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)


What is the difference between Csharp and vb?

C# its Very Sharp VB-Visual Basic Extension for BASIC C# its Very Sharp VB-Visual Basic Extension for BASIC


Why there is no complete book for vbnet 2005?

"The Book of Visual Basic 2005: .NET Insight for Classic VB Developers" is available by Amazon.


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


Want some new ideas to do mini project in vb or vbnet?

Puka wena thenakata maru karana software 1k design karanna


Is potential difference can be positive negative or zero?

That is correct. Since potential difference is a difference, Vb - Va ,then you can have all three possibilities. The potential at a point, say Va, is itself a difference. It is the potential difference between point "a" and a second point "0" where the potential is choosen to be zero. This zero point is completely arbitrary , provided it does not lead to mathematical difficulties. Sometimes it is convienient to choose a zero location for potential and sometimes its not necessary. For example; suppose the potential difference between charged parallel plates a & b is Vb - Va = 10 volts. This would require that Vb > Va , but the actual values of Vb & Va need not be known. Then Va - Vb = - 10 volts. If one wants to choose point "a" as the zero point, then Vb = 10 v. Or if one wants to choose Vb as the zero point then Va = - 10 v. Or if one wants to choose midway between the plates as the zero point then Vb = 5v & Va = - 5v.


What is difference between vb script and java script?

JavaScript is just like VB Script, but VB Script is what windows made to try to get rid of JavaScript, but as you can see im sure JavaSript is the winner. They are the same thing pretty much just a little alterations in the code.


What is the difference between VB and Visual Studio?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


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.


What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


Difference between SDI and MDI form in VB?

SDI consists of only one form whereas MDI can ontain more than one form