What is CLR ? Differentiate between CLR & CTS.
Answer Posted / sanjay
every language has a runtime.runtime is a environment .exemple jvm is a runtime for java.
CLR is a runtime which is used to convert MSIL(Microsoft intermediate language) code to operating system native code.
every language has class libraries. .netframework has BCL(base class libraries).cts(common type system) describes all the datatypes. evry .net laguages has to obey it
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain server-side scripting?
What is the meaning of TestApi?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
How to prepare culture-specific formatting in .net.
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How does windows service lifecycle differ from a .standard. Exe?
How can I open ashx file in mobile?
Write a code for sending an email from asp.net application.
What is a proxy in web service?
What do you mean by query string?
What are merge modules?
What is base class of button control in .net?
Describe state management in asp.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is application variable in asp.net?