Answer Posted / pallavi jadhav
CLR actually take care ofentire execution, memory managment
of .net applicatin.COde that u developed with alanguage
compiler that targets runtimeis called as managed code; it
benifits from from feature such as cross language
integartion, cross-language exception handlaing, enhance
securityversion & deployment support
This runtime is allocated by visual studio.NET IDE is
called as runtime host.
it's benifitsw are
1.it improve Performance
2.ability to easily use compopnant developed in other
languages
3.Cross language integration,espacially cross-language
inheritance
4.Garbage collection
5.slf describing obj which makes using IDL unnecessary
6.The ability compile once & run on any CPU & operating
system that support the runtime
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain the difference between int and int32?
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.
Can you please explain the difference between thread and process?
Explain the use of console application?
How many classes a dll can contain?
How many languages are supported by .net?
Write a VB.Net console program to check whether a number is perfect or not.
What are option strict and option explicit?
Explain global assembly cache (gac)?
what is difference between namespace and assembly?
Explain the difference between an xml "fragment" and an xml "document."
Name some of the features present in vb 2005?
What is difference between inline and code behind?
What is the class that allows an element to be accessed using unique key?
what is commom language runtime?