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
What websites use asp.net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is Partial PostBack in ASP.NET?
What is s2s tracking?
What is the difference between mechine.config and web.config?
Why is the standalone environment only useful during the development process?
Can we have a web application running without web.config file?
What is the difference between a default skin and a named skin?
How may clustered index we can create in table?
How do we ensure view state has not tampered?
What is difference between inproc and outproc?
What is Model-View-View Model?
Where do we store our connection string in asp.net application?
Why would a company use an application service provider?
What is the difference between c# and .net?