Respected all members,
Want to know about CLR in .NET Technology in detailed.
Thanks a lot in advance
Respected all members,
Want to know about CLR in .NET Technology in detailed.
Thanks a lot in advance
The .NET website is the best place to go for info on CLR. It has everything there is to know and how to get started. Do yourself a favour - spend time on their site and learn as much as possible, if you have further questions come back and might be able to help you then
Good luck
CLR is known as common language Run time and execution of code gives different services garbage collection and base class libraries etc. CLR is rich set of features for cross-language development and deployment. CLR supports both Object Oriented Languages as well as procedural languages.
CLR IS WEB CONTAINER AND EXECUTION ENVIRONMENT. CLR SITES BETWEEN THE MANGE CODE AN OPERATING SYSTEM, CLR DOES THE COMMUNICATE THE MANGE CODE AND OPERATING SYSTEM.SO THAT UR PROGRAM INTERACTING DIRECTLY WITH THE OPERATING SYSTEM.
It is the implementation of CLI. The core runtime engine in the Microsoft .NET Framework for executing applications. The common language runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, resouce management, type safety, pre-emptive threading, metadata services (type reflection), and debugging and profiling support. The ASP.NET Framework and Internet Explorer are examples of hosting 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.
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. The software version of .NET is actually the CLR version.
When the .NET program is compiled, the output of the compiler is not an executable file but a file that contains a special type of code called the Microsoft Intermediate Language (MSIL, now called CIL, Common Intermediate Language). This MSIL defines a set of portable instructions that are independent of any specific CPU. It's the job of the CLR to translate this Intermediate code into a executable code when the program is executed making the program to run in any environment for which the CLR is implemented. And that's how the .NET Framework achieves Portability. This MSIL is turned into executable code using a JIT (Just In Time) complier. The process goes like this, when .NET programs are executed, the CLR activates the JIT complier. The JIT complier converts MSIL into native code on a demand basis as each part of the program is needed. Thus the program executes as a native code even though it is compiled into MSIL making the program to run as fast as it would if it is compiled to native code but achieves the portability benefits of MSIL.
CLR stands for common language run time. It is used to execute the applications of .net.
Last edited by Sami4u; Feb 28th, 2011 at 4:29 am.
CLR is Common Language Run time & it is the main part of .NET framework. When the program is run at that time, CLR uses JIT (just in time), compile the IL Code(intermediate language) to machine code, then executes. CLR is depend on running the IL code.
CLR is abbrevated as common language runtime
Last edited by Sami4u; Jul 2nd, 2011 at 6:04 pm.
CLR is comman language run time it manages the code execution and builds a layer of abstraction between operating system and Code being executed.
[COLOR=blue !important][COLOR=blue ! important]Common [COLOR=blue ! important]Language [/COLOR][COLOR=blue ! important]Runtime[/COLOR][/COLOR][/COLOR] - It is the implementation of CLI. The core runtime engine in the Microsoft .NET Framework for executing applications. The common language runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, resouce management, type safety, pre-emptive threading, metadata services (type reflection), and debugging and profiling support. The ASP.NET Framework and Internet Explorer are examples of hosting CLR.
The CLR is a multi-language execution environment. There are currently over 15 [COLOR=blue !important][COLOR=blue !important]compilers[/COLOR][/COLOR] being built by Microsoft and other companies that produce code that will execute in the CLR.
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. The software version of .NET is actually the CLR version.
When the .NET program is compiled, the output of the compiler is not an executable file but a file that contains a special type of code called the Microsoft Intermediate Language (MSIL, now called CIL, Common Intermediate Language). This MSIL defines a set of portable instructions that are independent of any specific CPU. It's the job of the CLR to translate this Intermediate code into a executable code when the program is executed making the program to run in any environment for which the CLR is implemented. And that's how the .NET Framework achieves Portability. This [COLOR=blue !important][COLOR=blue ! important]MSIL[/COLOR][/COLOR] is turned into executable code using a JIT (Just In Time) complier. The process goes like this, when .NET programs are executed, the CLR activates the JIT complier. The JIT complier converts MSIL into native code on a demand basis as each part of the program is needed. Thus the program executes as a native code even though it is compiled into MSIL making the program to run as fast as it would if it is compiled to native code but achieves the portability benefits of MSIL.
The Common Language Runtime (CLR) is a special run time environment that provides the underlying infrastructure for Microsoft's .NET framework. This runtime is where the source code of an application is compiled into an intermediate language called CIL , originally known as MSIL (Microsoft Intermediate Language). When the program is then run, the CIL code is translated into the native code of the operating system using a just-in-time (JIT) compiler.
First of all, VB.NET provides managed code execution that runs under the Common Language Runtime (CLR), resulting in robust, stable and secure applications. All features of the .NET framework are readily available in VB.NET.
The CLR takes care of garbage collection i.e. the CLR releases resources as soon as an object is no more in use. This relieves the developer from thinking of ways to manage memory. CLR does this for them.
CLR means comman language runtime. The Common Language Runtime (CLR) is programming that manages the execution of programs written in any of several supported languages.
CLR is stand for Common Language Runtime and it forms the heart of the .NET framework. All Language have runtime and it is the responsibility of the runtime to take care of the code execution of the Program. For example, VB6 has MSVBVM60.DLL and Java has Java Virtual Machine etc.
BLAM Ads makes me over $7,000 a month, read my comment here!
I switched my traffic from the others and I'm making more!!!!!
The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and is responsible for managing the execution of .NET programs. In a process known as just-in-time (JIT)compilation, the CLR compiles the intermediate language code known as CIL into the machine instructions that in turn are executed by the computer's CPU. The CLR provides additional services including memory management, type safety and exception handling. All programs written for the .NET framework, regardless of programming language, are executed by the CLR.The CLR is Microsoft's implementation of the Common Language Infrastructure (CLI) standard.
Affiliate Cash Pile We Understand how important it is for you!
CLR is the used in the .net it is stands for common language run time .
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks