InterviewSolution
| 1. |
What Is The Common Language Runtime? |
|
Answer» 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. 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. |
|