![]() |
|
|
+ Search |
![]()
|
May 16th, 2005 22:00
Krishnan .L.N,
CLR is Common Language Runtime that provides multi-language execution environment for .NET.It executes the MSIL code to the native machine code(similar to JVM for Java).It helps us to use classes which is created in another .NET language.For eg,U can use a class created using vb in c#.