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

What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

529


Do you know about caching with the datasource controls?

476


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1713


What is the use of worker process in asp.net?

521


Describe the diffeerence between inline and code behind?

503






What is the difference between the get method () and post method ()?

509


Describe the difference between inline and code behind - which is best in a?

567


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

523


How to fetch a data from one table to another table in asp.net ?

573


Explain how is a property designated as read-only?

541


What is the file through which you can customize your asp.net application?

538


What is http post action?

526


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

533


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

501


How do http sessions work?

497