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