Hi, The .Net frame work presents a common , unified foundation that can be used by developers writing all types of applications. This frame work includes the following elements 1. Common Language Runtime ( CLR) 2. Base Class Library CLR : (a) .NET frame work supports multiple development languages including visual c#, VB,Visual J# ..etc (b) Regard less of all language, all .NET applications depend on a function called the Common Language Runtime. (c) CLR provides common set of data types, common deployment run time models, and common basic facilities such as memory management or thread handling. (d) It provides memory management services. (e) The purpose of CLR is to simplify programming regardless of programming languages, and to make it easier to connect software components together to produce a reliable high performance application. Thanks KOLLA SANJEEVA RAO
CLR When we combile the application in .net. It will convert the source code to an intermediate language. This will help language interoperability in .net.
Hello, CLR stands for Common Language Runtime. It's the runtime environment of .Net Framework. It has one component called JIT (Just in time translator) which is responsible for translating code from MSIL To Native code.
CLR is a core component of Microsoft's .NET initiative, it is responsible for Memory management, Thread management,Exception handling ,Garbage collection ,Security in Dot Net framework. CLR contains collection of JIT (just in time) compilers. JIT converts the IL (intermediate language)code to Dot Net native code.
CLR stands for common language routin but some times it was used in diffrent places like in c language,it was used for clear screen.
Doesn't Google work for you? http://www.google.co.uk/search?hl=en&source=hp&q=CLR&aq=f&aqi=g9g-s1&aql=&oq=&gs_rfai= or http://www.google.co.uk/search?hl=en&q="Common+Language+Runtime"&aq=f&aqi=g10&aql=&oq=&gs_rfai=
The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.
clr is stand for common language runtime. .it is used to manage exaption handling,memory management etc.
Hi............. Common Runtime Language is shortly known as CLR, The CLR is a multi-language execution environment. There are currently over 15 compilers being built by Microsoft and other companies that produce code that will execute in the CLR. That means you can wright code using different programing language on a single platform. The CLR is described as the "execution engine" of .NET. It's this CLR that manages the execution of programs. It provides the environment within which the programs run. Web Designer | Real Estate Web Design
Common Language Runtime is the engine that compiles the source code in to an intermediate language. This intermediate language is called the Microsoft Intermediate Language.During the execution of the program this MSIL is converted to the native code or the machine code. This conversion is possible through the Just-In-Time compiler. Since the CLR compiles the source code to an intermediate language, it is possible to write the code in any language of your choice. This is a major advantage of using the .Net framework.
hmm i agree all above suggestion CLR is a common language runtime .it use in .net for Execution program.
Common Language Runtime ( CLR) CLR provides common set of data types, common deployment run time models, and common basic facilities suchas memory management or thread handling. It provides memory management services. The purpose of CLR is to simplify programming regardless of programming languages. To make it easier to connectsoftware components together to produce a reliable high performance application.