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 is application and session in asp.net?

698


What is master page in dtp?

736


Explain different types of validators in asp.net?

716


What are the file extensions for razor views?

862


How to implement role based security in asp.net mvc? : Asp.Net MVC

627


Write some code using interfaces, virtual methods, and an abstract class`

1817


How can you debug your.net application?

742


What is query string?

773


What is the use of the tag in the web.config file?

738


In the Repeater control which way you can edit?

849


What is %20 in a url?

691


What is the significance of proxy user?

806


How can we access static variable?

839


What is difference between rest and soap?

767


Explain diff. Betn dataset and recordset?

739