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

Which .NET framework supports Web API?

600


Explain in what order a destructors is called.

585


What is http response header?

567


Will session work if cookies is disabled?

531


How can we register exception filter globally?

594






What is preprocessor in .net?

539


How do you hide the columns?

593


How many types of controls are there in asp.net?

530


What is anonymous authentication?

590


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

5082


Why we use content place holder in asp.net?

505


How does http session work?

525


What is difference between singleton and single call?

650


What I need to create and run an asp.net application?

516


What is the use of HttpHandlers? When to use this?

634