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

How do you secure your connection string information?

512


Explain the difference between the web config and machine config.

622


Explain the code Access Security (CAS) in .net Framework?

664


How can you implement the postback property of an asp.net control?

527


What are the Difference between asp.net and asp ?

564






Where the viewstate is stored after the page postback?

672


Where is the session stored?

629


What is the difference between asp.net and mvc?

578


What is the page life cycle in asp.net?

555


How to disable disable browser's Back button in asp.net (JavaScript)?

560


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1263


Where code pages are used?

686


Explain the basic functionality of garbage collector?

523


If we remove web.config or machine.config from the application then, is this application will works?

592


How to set the pane area to transparent of a scrollPane component.?

557