Answer Posted / satyambabu
CLR means commaon language runtime for the dot net frame
work.
it is the frame work layer that resides above the operating
system and handels/ manages the execution of the .net
applications.our .net programs don't directly communicate
with the operating system but through CLR.
OUT .NET APPLICATION--->>CLR--->WINDOWS OS
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of migrating to vb.net?
Explain the difference between value and reference types?
What is the top .net class that everything is derived from?
what is interface and when it is used?
What are jagged arrays ?
Explain the difference between thread and process?
What is the maximum size of the textbox?
What is the difference between Namespace and Assembly?
What is econo-jit?
Explain managed code?
source code for how to login a vb.net application ?
Explain how does the xmlserializer work?
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 global assembly cache (gac)?
What is the difference between datagrid and gridview?