|
What is CLR?
|
|
12-12-2009, 03:07 AM
Post: #1
|
|||
|
|||
|
What is CLR?
Respected all members,
Want to know about CLR in .NET Technology in detailed. Thanks a lot in advance |
|||
|
12-13-2009, 03:02 AM
Post: #2
|
|||
|
|||
|
RE: What is CLR?
welcome to here
wholesale mp5 player - china mobile phones |
|||
|
03-05-2010, 05:24 AM
Post: #3
|
|||
|
|||
|
RE: What is CLR?
CLR is run time execution environment for .Net It provides runtime as well as compile time services. e.g Memory Management debuging CLR works with the CLS (Common Language Specification) and CTS (Common Type Systems) to ensure language interoperability.
________________________ Amtico Flooring |
|||
|
03-07-2010, 06:21 AM
Post: #4
|
|||
|
|||
| RE: What is CLR? | |||
|
03-08-2010, 10:03 AM
Post: #5
|
|||
|
|||
|
RE: What is CLR?
clr refers to clear screen..it is used if we want to clear screen..before we produce any other answer in the screen,
|
|||
|
03-28-2010, 12:14 AM
Post: #6
|
|||
|
|||
|
RE: What is CLR?
Common Language Runtime
Common Language Runtime (CLR) manages the execution of code and provides different services like Garbage collection and support for Base Class Libraries etc. The main constituents of CLR are described below The common Language Runtime (CLR) a rich set of features for cross-language development and deployment. CLR supports both Object Oriented Languages as well as procedural languages. CLR provides security, garbage collection, cross language exception handling, cross language inheritance and so on. The Common Type System, support both Object Oriented Programming languages as well as procedural languages. Basically CTS provides rich type system that is intended to support wide range of languages. CLS (Common Language Specification) defines a subset of Common Type System, which all language compilers targeting CLR must adhere to. CLS is a subset of CTS. All compilers under .NET will generate Intermediate Language no matter what language is used to develop an application. In fact, CLR will not be aware of the language used to develop an application. All language compilers will generate a uniform, common language called Intermediate Language. For this reason IL can be called as The language of CLR A platform for cross language development. |
|||
|
03-31-2010, 02:28 AM
Post: #7
|
|||
|
|||
|
RE: What is CLR?
A CLR is a construct provide by the .NET framework that provides several functionalities to all .NET applications like memory management security language independency etc.
____________________________________________ Boob Job Hair Straightener |
|||
|
04-13-2010, 06:34 AM
Post: #8
|
|||
|
|||
|
RE: What is CLR?
The Common Language Runtime (CLR) is a core component of Microsoft's .NET initiative. It is Microsoft's implementation of the Common Language Infrastructure (CLI) standard, which defines an execution environment for program code. In the CLR, code is expressed in a form of bytecode called the Common Intermediate Language (CIL, previously known as MSIL—Microsoft Intermediate Language).
|
|||
|
04-13-2010, 09:09 PM
Post: #9
|
|||
|
|||
|
RE: What is CLR?
CLR is the common runtime over which any .NET compiled executable will run.
The CLR runs a form of bytecode called the Microsoft Intermediate Language (MSIL), Microsoft's implementation of the Common Intermediate Language... it's the common interpreter to the .NET languages (VB.NET, C#, C++ etc). It allows all of those languages to share a common set of commands to perform certain functions. ____________________________ Wedding Video |
|||
|
04-16-2010, 09:38 AM
Post: #10
|
|||
|
|||
|
RE: What is CLR?
The Common Language Runtime (CLR) is a core component of Microsoft's .NET initiative. In the CLR, code is expressed in a form of bytecode called the Common Intermediate Language (CIL, previously known as MSIL—Microsoft Intermediate Language).
|
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help
Invite
Contact




