What are clr?cts?cls?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which object wraps the state or data of a user?

552


How many types of validation are there?

529


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

530


What is marshalling ? Is it a part of asp.net ?

618


What are sql joins?

575






Which method is used to enforce garbage collection in .net?

429


What is asp net objects?

527


What are the namespaces used in asp.net mvc? : asp.net mvc

520


What is the purpose of master page?

523


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

516


Define dll hell?

631


Can we store object in viewstate?

541


Any disadvantages in Dataset and in reflection ?

2829


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

554


How many types of cache are there?

537