Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i am new to vb.net could u please tell me the difference between vb script and vb.net and vb

Thank you
Posted

VB Script:
A server scripting language. Most commonly found in classic ASP applications
http://en.wikipedia.org/wiki/VBScript[^]

VB:
An event driven programming language based mostly on COM and is NOT Object Oriented.
http://en.wikipedia.org/wiki/Visual_Basic[^]

VB.NET:
Like VB except it is interpreted, like all .net languages, and is Object Oriented.
http://en.wikipedia.org/wiki/VB.NET[^]

Depending on your needs all 3 are viable options.
 
Share this answer
 
SQL
Nothing wrong with VB if you're using it for what it was designed for (rapid development of windows applications)

VB.net is a transition of the old visual basic language to object orientated coding, syntax is mostly the same (it would take most people at max about 2 weeks to transition)
Over all though VB.net is alot more powerful (and easier in regards to DB connections)

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900