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
How can you handle exceptions in asp.net?
Differentiate between globalization and localization.
What is a session in asp.net?
Which dll handles the request of .aspx page?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Is session stored in browser?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Explain about ASP.NET?
Explain authorization levels in .net ?
Give some salient points of difference between request processor and request dispatcher.
Why web api is better than wcf?
How to prevent client side validation from the ASP.NET validation controls?
Define repository pattern in asp.net mvc? : asp.net mvc
What is a server cookie?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?