faqts : Computers : Operating Systems : Microsoft : .NET

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

92 of 108 people (85%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How important is CLR in .NET?

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#.