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
Described strong typing and weak typing?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain trace in vb.net?
What are the shared variables?
What is jagged array in vb.net?
Which is the base class for all the classes in .net framework?
What is the purpose of an Assembly?
Explain public assembly?
Define clr?
Explain and brief about rapid application development tool?
Explain manifest?
What is option strict?
Name the two main parts of .net?
What is redim keyword and its use?
Is vb net a scripting language?