Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 02-01-2012, 06:00 AM   #1
chikkiarora
Registered User
 
Join Date: Nov 2011
Posts: 128
What is CLR in .NET Framewok?

Hi Frndz, Plz tell me the answer of this question in briefly.

Thanks.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
chikkiarora is offline   Reply With Quote

Old 02-02-2012, 08:07 AM   #2
panel
Registered User
 
Join Date: Jan 2012
Posts: 36
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
l
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
panel is offline   Reply With Quote
Old 02-16-2012, 06:19 AM   #3
spinxwebdesign
Registered User
 
Join Date: Jun 2010
Posts: 269
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

Last edited by spinxwebdesign; 09-10-2012 at 11:15 PM..
spinxwebdesign is offline   Reply With Quote
Old 04-05-2012, 10:21 PM   #4
janejackson
Registered User
 
Join Date: Jul 2011
Posts: 118
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
janejackson is offline   Reply With Quote
Old 04-12-2012, 05:23 AM   #5
alen12345
Registered User
 
Join Date: Oct 2011
Location: LDH
Posts: 225
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alen12345 is offline   Reply With Quote
Old 05-21-2012, 06:22 AM   #6
seo123
Registered User
 
Join Date: Sep 2011
Posts: 113
NET Framework provides a run-time environment called the common language run time, which runs the code and provides services that make the development.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
seo123 is offline   Reply With Quote
Old 09-11-2012, 01:02 AM   #7
prycakephp
Registered User
 
Join Date: Sep 2012
Posts: 5
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
prycakephp is offline   Reply With Quote
Old 09-26-2012, 11:24 PM   #8
lawrencehayden
Registered User
 
Join Date: Sep 2012
Posts: 10
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lawrencehayden is offline   Reply With Quote
Old 10-09-2012, 10:30 PM   #9
keirawatson
Registered User
 
Join Date: Oct 2012
Posts: 33
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.
keirawatson is offline   Reply With Quote
Old 10-25-2012, 11:35 PM   #10
milina788
Registered User
 
Join Date: Jul 2012
Posts: 34
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.
__________________
Hire a professional
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
milina788 is offline   Reply With Quote
Old 11-02-2012, 02:46 AM   #11
Josephsanaya
Registered User
 
Join Date: Nov 2012
Posts: 7
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 .
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Josephsanaya is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:36 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.