Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
I know C# is Microsoft's Product, Vb.net is Whose Product . What is Vb script
What is the relations between Vb script and Vb.Net.
and Relation between Vb.net and C#

Suggest me for the solutions.

Thanks in advance.
Posted
Updated 17-Jul-14 0:04am
v3

VBScript is a scripting language whose syntax is based on the VB's one. See Wikipedia[^] for more details.
Wikipedia is useful too for a comparison between VB.NET and C#[^].
 
Share this answer
 
Really? VB.NET is also part of the .NET Framework and is a Microsoft product. Everything you mentioned is a Microsoft product.

There is no relationship between VBScript and VB.NET, other than they are both based on the same basic syntax of the BASIC language specification.

A small amount of effort on your part in any web search engine would have answered your questions.
 
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