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 class that allows an element to be accessed using unique key?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is break mode? What are the options to step through code?
What are nested classes?
Explain the advantages of vb.net?
What is an application domain? how they get created?
How do you call a stored procedure in Visual Basic?
Compare c# and visual basic.net?
What is the importance of a Button control?
Define clr?
What is the purpose of objects present in asp.net?
Explain the use of option explicit?
what is interface and when it is used?
How can we store decimal data in .net?
What is sealed class?