Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   What is CLR in .NET Framewok? (http://siteownersforums.com/showthread.php?t=54351)

chikkiarora 02-01-2012 06:00 AM

What is CLR in .NET Framewok?
 
Hi Frndz, Plz tell me the answer of this question in briefly.

Thanks.

panel 02-02-2012 08:07 AM

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.

spinxwebdesign 02-16-2012 06:19 AM

The .NET Framework provides a runtime environment which runs the code and services that makes development easy. This runtime environment is known as the Common Language Runtime (CLR) in .NET Framework. It supplies managed code with services like cross-language integration, object lifetime management, code access security, resource management, type safety, pre-emptive threading, metadata services, debugging and profiling support. For more details: http://msdn.microsoft.com/en-us/library/8bs2ecf4.aspx

janejackson 04-05-2012 10:21 PM

Common language runtime's functionality and enable you to write code that benefits from this managed execution environment.The ability to easily use components developed in other languages.Extensible types provided by a class library.

alen12345 04-12-2012 05:23 AM

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 Common Intermediate Language (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.

seo123 05-21-2012 06:22 AM

NET Framework provides a run-time environment called the common language run time, which runs the code and provides services that make the development.

prycakephp 09-11-2012 01:02 AM

You have shared really very informative information which I have never know. It will increase knowledge of many other people who do not know about it.

lawrencehayden 09-26-2012 11:24 PM

Compilers and tools present the common terminology runtime's performance and allow you to write value that benefits from this managed performance environment. Concept that you create with a terminology compiler that concentrates on the play-back is called managed code; it benefits from features such as cross-language development, cross-language exception to this rule handling, enhanced security, and debugging and profiling services.

keirawatson 10-09-2012 10:30 PM

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.

milina788 10-25-2012 11:35 PM

CLR stands for the Common Language Runtime which is a virtual component of .Net framework and it is responsible for the compilation and execution of .Net code of programs. CLR is a runtime environment which is essential programming and it makes the development easier.

Josephsanaya 11-02-2012 02:46 AM

The Common Language Runtime is an Execution Environment. It works as a layer between Operating Systems and the applications written in .Net languages that conforms to the Common Language Specification .


All times are GMT -7. The time now is 11:35 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.