|
|
| Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc. |

12-12-2009, 09:18 AM
|
|
Senior Member
|
|
Join Date: Oct 2008
Location: London
Posts: 254
|
|
What is CLR?
Respected all members,
Want to know about CLR in .NET Technology in detailed.
Thanks a lot in advance
|

12-23-2009, 04:54 AM
|
|
Member
|
|
Join Date: Feb 2009
Posts: 43
|
|
|
Common Language Runtime (CLR) manages the implementation of code and provides diverse services like trash collection and support for Base Class Libraries etc.
|

04-28-2010, 10:53 AM
|
|
Junior Member
|
|
Join Date: Sep 2008
Posts: 19
|
|
|
As the name suggest CLR Common Language Runtime is basically a technique used in .Net technology which helps to support different languages in a common or same manner. It means whether you code in C#, C++ it will basically convert into common language. It is this feature of .Net technology which helps to code in different languages for one single project...
|

05-14-2010, 04:07 AM
|
|
Junior Member
|
|
Join Date: May 2010
Posts: 16
|
|
|
Common Language Runtime is 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, resource management, type safety, pre-emptive threading, metadata services, and debugging and profiling support.
|

09-08-2010, 03:05 PM
|
|
Junior Member
|
|
Join Date: Sep 2010
Posts: 16
|
|
|
CLR is a tool that is used for converting various programming language, to a common programming language while working on a single project.
Last edited by zackdsouza1 : 09-08-2010 at 06:26 PM.
|

10-05-2010, 06:14 AM
|
|
Member
|
|
Join Date: Aug 2010
Posts: 59
|
|
|
Common Language Runtime (CLR) - Executes the code we write and allows objects written in different languages to interact with each other. CLR makes development of Web applications simple and smoother.
|

10-13-2010, 01:40 PM
|
|
Junior Member
|
|
Join Date: Oct 2010
Posts: 1
|
|
Common Language Runtime
Common Language Runtime - 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.
|

11-04-2010, 10:25 AM
|
|
Member
|
|
Join Date: Nov 2010
Posts: 85
|
|
|
CLR is an abbreviation for Common Language Runtime and is the most vital component of the .NET framework. All languages have runtime and it is the responsibility of a runtime to take care of the code execution.
For example, Java has its Java Virtual Machine and VB6 has MSVBVM60.Dll. Similarly .Net has CLR.
The CLR has the following responsibilities :
* Execute IL (Intermediate Language) code
* Garbage Collection
* Code Access Security
* Code verification, etc.
|

02-26-2011, 10:12 AM
|
|
Senior Member
|
|
Join Date: Jan 2011
Posts: 127
|
|
|
CLR is common language runtime its use code implementation in .NET it manages the code.
|

06-07-2011, 06:41 PM
|
|
Junior Member
|
|
Join Date: Jun 2011
Posts: 6
|
|
|
CLR stands for Common Language Runtime and is the most important part of the .NET framework. The code written in any language is the responsibility of a runtime to take care of the execution.
|

06-08-2011, 09:44 AM
|
|
Member
|
|
Join Date: May 2011
Posts: 70
|
|
|
It is also main part of .Net Framwork. It is a Set of Rules and Regulations The Code Controlled by the CLR is alleged Managed Code,The Code Not controlled by the CLR is Unmanaged code.
|

02-22-2012, 08:05 AM
|
|
Senior Member
|
|
Join Date: Nov 2011
Posts: 256
|
|
|
Common Language Run-time (CLR). hi friends thank u for sharing information.
|

02-23-2012, 09:56 AM
|
|
Junior Member
|
|
Join Date: Feb 2012
Location: Slough
Posts: 29
|
|
|
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. It provides exception handling, Garbage collection and thread management.
|

02-24-2012, 08:10 AM
|
|
Senior Member
|
|
Join Date: Dec 2011
Posts: 286
|
|
|
Common Language Runtime - 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.
|

02-24-2012, 01:51 PM
|
|
Senior Member
|
|
Join Date: Feb 2012
Posts: 221
|
|
|
CLR understand the Intermediate Language, and helping to execute your program.
|

02-27-2012, 10:06 AM
|
|
Senior Member
|
|
Join Date: Aug 2011
Posts: 113
|
|
CLR stands for Common Language Runtime which converts CIL to native code. It is the virtual machine component of Microsoft’s .NET framework which is useful to execute all programs written for the .NET framework. CLR provides so many services including type safety, memory management, Garbage collection, thread management and exception handling.
Check out the following link for further information about CLR.
http://www.dotnetspark.com/kb/1727-r...framework.aspx
|

03-30-2012, 06:47 AM
|
 |
Senior Member
|
|
Join Date: Mar 2012
Location: New York, USA
Posts: 162
|
|
|
CLR is Common Language Runtime at where the code is executed for getting particular result as it contain .NET Framework and Runtime Environment.
|

04-03-2012, 09:52 AM
|
|
Junior Member
|
|
Join Date: Mar 2012
Posts: 19
|
|
|
Typical Terminology Playback is execution of CLI. The primary runtime engine in the Microsoft .NET Structure for undertaking programs. The normal language runtime supplies handled value with solutions such as cross-language incorporation, value access security, item lifetime control, resource control, type safety, pre-emptive threads, meta-data solutions, and debugging and profiling support.
|

04-03-2012, 11:28 AM
|
|
Senior Member
|
|
Join Date: Nov 2011
Posts: 208
|
|
|
I don't know much about it, but you can ask from Google it gives you the best solution.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 06:53 AM.
|