What does VS.NET contains ?
Answers were Sorted based on User's Feedback
Answer / raj
VS.NET contains .NET FRAMEWORK includes Window form, Web
Form, Base Class Libraries and CLR.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / swati m
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
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / daniel
Visual Studio.net contains .NET framework solutions. And it
includes Windows, Web, and Console applications.
Is This Answer Correct ? | 3 Yes | 0 No |
Tell us how many languages are supported by .net?
Regarding Types of compatability in VB and their usage ?
How many classes a dll can contain?
Can you please explain the difference between c# and vb.net?
Explain redim keyword?
Explain the difference between value and reference types?
What are the advantages of vb.net and c#?
give me code for selecting itemcode and correspondin vendor details wll displays in the gridview?
what do you mean by .Net Framework
17 Answers Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,
what is vb,net
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is difference between metadata and manifest?