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

Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2601


What is clickid?

563


Define page fragment caching?

530


What is a swagger in web api?

542


What is state management techniques in asp.net?

537






In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2146


Explain the asp.net session state modes.

624


What is asp.net file?

636


What is user control in asp.net?

522


How would you turn off cookies on one page of your website?

544


Why we go for mvc instead of asp.net? : Asp.Net MVC

502


How do you use viewstate?

564


Can I stream live content/events?

585


Where web.config file is used?

576


What is asp.net globalization?

506