| Author: abeelzymal 17 Aug 2010 | Member Level: Bronze | Rating:  Points: 0 |
Common Language Runtime
|
| Author: abeelzymal 17 Aug 2010 | Member Level: Bronze | Rating:  Points: 0 |
Common Language Runtime
|
| Author: DotnetANs 20 Sep 2010 | Member Level: Bronze | Rating:  Points: 0 |
Its a Runtime Engine
|
| Author: I am not a .net expert 25 Nov 2010 | Member Level: Bronze | Rating:  Points: 3 |
Like JVM in Java, .NET provides CLR(Common Language Runtime), it converts the MSIL(Microsoft Intermediate language understand by any platform) to native code
|
| Author: Lalitha 27 Dec 2010 | Member Level: Bronze | Rating:  Points: 4 |
CLR stands for "Common Language Runtime" engine for .NET Framework applications.It provides a number of services such as Exception handling, including cross-language exceptions.Interoperation between managed code, COM objects, and pre-existing DLL's (unmanaged code and data)
|