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
Which dll is used for microsoft .net run time?
Explain the difference between an xml "fragment" and an xml "document."
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Name some of the keywords used in vb.net?
What do you mean by serialization and deserialization and it's use.
What do you understand by vb.net?
What are the objects in asp.net?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What are the advantages of VB.NET?
What is the significance of delegates?
What is branching logic control in VB.NET?
How do you call a stored procedure in Visual Basic?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is pre-jit?
Explain the difference between int and int32?