What are clr?cts?cls?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we update records in gridview?Is there any appropriate code for it?

1591


What does asp.net stand for?

530


Define xmlreader class.

569


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

499


What is application variable in asp.net?

461






What is the purpose of url encoding?

485


Explain the main function of razor in asp.net? : asp.net mvc

577


What is session in asp.net?

515


Explain the use of duration attribute of @outputcache page directive.

610


Using code explain Configuration Management

1402


What is postback in asp net?

560


What is the syntax for datagrid and specifying columns?

2083


What is the maximum amount of memory any single process on windows can address?

523


What are the different types of proxy patterns?

587


Explain exception filters?

581