What are clr?cts?cls?
Answers were Sorted based on User's Feedback
Answer / gangadhar
All .NET applications are compiled into Intermediate
Language code (MSIL). When executed on the CLR, MSIL is
converted into native machine code specific to the
operating platform. This process is done by a Just In Time
(JIT) compiler. The code executed by the CLR is called as
Managed Code. This code is type safe and thoroughly checked
by the CLR before being deployed. The .NET runtime also
provides a facility to incorporate existing COM components
and DLL's into a .NET application. Code that is not
controlled by the CLR is called Unmanaged Code.
The .NET Framework is further comprised of Common Type
System (CTS) and Common Language Specification (CLS). The
CTS defines the common data types used by .NET programming
languages. The CTS tells you how to represent characters
and numbers in a program. The CLS represents the guidelines
defined by for the .NET Framework. These specifications are
normally used by the compiler developers and are available
for all languages, which target the .NET Framework.
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / vivek sinha
CLR-> Common Language Runtime.
Runtime is to takecare of the code execution of the program.
CTS-> Common Type System
It defines how types are declared,used and managed in the runtime.
CLS works with CTS to support language interoperability
that target .net.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raj
CLR is .NET runtime execution environment. It manages code
verification, code-based security, code execution, memory
management through Garbage Collector. All the code that
runs under the control of CLR is termed as managed code.
Source code is first compiled to MSIL (microsoft
intermediate language) by JIT. Portion of the code is
executed as it is called by JIT compiler. Not all the code
gets executed for the first time. IL code is then converted
to native machine code.
CLS works with CTS to support language interoperability
that target .net. CTS defines predefined datatypes. CLS is
set of standards that all languages target .net must
support. all code must be CLS-compliant code to be able to
interoperable.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / monika mudgal
CLR is a combination of complier and runtime environment.It
is integrated unit which can't be saperated, it manage all
function in .Net like:
Garbage collection, memory allocation, resoures management,
deallocation
all the things managed by CLR.
| Is This Answer Correct ? | 1 Yes | 1 No |
Where are session variables stored?
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
What events will occur when a page is loaded?
How do you bind array to gridview? Will it works?
Describe Segmentation With Paging?
What is clickid?
What is .NetFramework?
Usage of web.configuration ?
What language does asp.net use?
Is asp.net is a programming language?
What is .Net3.0 and .Net3.5? Describe something about that Features..
What are the different modes for the sessionstates in the web.config file?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)