Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of objects present in asp.net?
What languages does the .net framework support?
How can we remove handlers at run time?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Is vb.net a programming language?
Explain the difference between c# and vb.net?
Can you please explain the difference between dispose and finalize()?
Explain and brief about rapid application development tool?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain about visual basic?
What are all the parts of .net framework?
How to send xml file on server using http protocol?
Explain the advantages of migrating to vb.net?
How to achieve Polymorphism in VB.Net?
Can you please explain the difference between dataset and datareader?