answersLogoWhite

0

What is vs.net?

Updated: 8/16/2019
User Avatar

Wiki User

14y ago

Best Answer

VS is Visual Studio.

It is an IDE(Integrated Development Environment) for the .NET Platform Languages.

It includes many languages such as: C#, VB.NET Visual Fox Pro and J#.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is vs.net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does VSNET contains?

Visual Studio .Net is basically a framework which makes easy development of codes written in Various programming languages.. It contains two things 1.Framework Class Library:It contains various classes managed within various namespaces. 2.Common Language Runtime:CLR is the execution engine which helps in compiling the IL code into machine code,takes care of security issues and many other critical tasks. Web pages,windows apps,console applications,Class libriaries are various options which can be created using VS.net