what is CLR?
Answers were Sorted based on User's Feedback
Answer / k.satymababu
The .net frame work provides a runtime enviornment called
the common language runtime(CLR)
CLR handels the execution of code and provides useful
services fotr the implementation of the program in addition
to execution code.
CLR provides services like
===>Memory management
===>Thread Management
====>Security Management
======>Code Verification
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gyanendra
CLR stands for COMMON LANGUAGE RUNTIME ,BASSICALLY .NET
FRAM WORK SUPPORT SO MANY LANGUAGES LIKE c++, c#, J# ,VB
clr provides common enviornment to execute code .
bcoz source code converts after compilation into microsoft
intermidiate code (msil) or we can say machin code that can
be under stand by CLR .
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prerna
CLR stands for Common Language Runtime.It provides the
ability to write code in .NET compliant languages like
VB.Net,c#,JScript etc.the result is that code written will
be transformed in what is known as MSIL(Microsoft
Intermediate Language) & then can be run using CLR on any
platform.
Is This Answer Correct ? | 1 Yes | 1 No |
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.
3 Answers Consagous, Phoenix Technologies,
What is the difference between session.abandon() vs clear()?
How does the cookies work in asp.net?
Describe a Windows Service and its lifecycle ?
How does u get record no from 5 to 15 from a dataset of 100 records?
How does asp net store session ids by default?
What are the differences between Dataset and DataReader?
What is the differences between a primary key and a unique key in sql server?
What methods are fired during the page load?
How to kill session?
How does the service stream content?