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
What parameters can you pass in the url of the api? Can get and post use the same url?
Describe in brief .net framework and its components.
How to prepare culture-specific formatting in .net.
What are httphandlers and httpmodules and difference between them?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
List of words of preprocessor in .net?
i want the asp.net technical questions and answeres
What is asp.net mvc5? : Asp.Net MVC
Explain serialization and deserialization?
How can we identify that the page is post back in asp net?
Diff between web user control and web custom control?
Is there any limit for query string? Means what is the maximum size?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Why is this service branded with windows livetm?
Explain State management in asp.net