What is CLR ? Differentiate between CLR & CTS.

Answer Posted / n.ravi

CLR:Common Language Runtime (CLR) is a managed execution environment that is part of Microsoft’s .NET framework. CLR manages the execution of programs written in different supported languages.

CLR transforms source code into a form of bytecode known as Common Intermediate Language (CIL). At run time, CLR handles the execution of the CIL code.
or
CLR stands for common language run-time and it is heart of .netframe work.all language have run-time and it is responsible of the run-time to take care of the code execution of the program and the responsibility of clr is
garbage collection, code access security,code verification,IL

CTS:CTS Stands for Common type system.that contains data type that common to all .net languages. for communicating two different languages Microsoft introduced CTS suppose in vb6 we have integer and "int" datatype in c++ will convert into system.int32

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the components of ado.net?

625


Explain the different types of assemblies?

627


How to reduce the width of textbox in editcommandcolumn of datagrid?

616


What is diff. Between abstract class and an interface?

613


What is voluum?

639






Explain why it is useful to use mvc instead of webforms? : asp.net mvc

699


What are asp.net web forms?

633


What are the server controls in asp.net?

548


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

650


How to improve performance of web application asp.net mvc? : Asp.Net MVC

598


Is asp.net mvc still used? : Asp.Net MVC

597


What is paging in context of Memory?

752


Is it possible to migrate visual interdev design-time controls to asp.net?

651


Explain how asp.net different from asp?

657


How do you use viewstate?

641