- Full form of CLR is Common Language Runtime
- it forms the heart of the .NET framework.
- All Languages have runtime and its the responsibility of the runtime to take care of the code execution of the program.
- For example
- VC++ has MSCRT40.DLL,
- VB6 has MSVBVM60.DLL,
- Java has Java Virtual Machine etc.
- Similarly .NET has CLR.




0 comments:
Post a Comment