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
Write a code for sending an email from asp.net application.
What is difference between asp.net and asp?
What is difference between inproc and outproc?
What is the function of the ViewState property?
Are xaml file compiled or built on runtime?
What is Bundling and Minification in MVC?
What is state management react?
How to use multiple scriptmanager controls in a web page?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What's the use of response.output.write()?
Explain automatic memory management in .net.
Where the cookie value is stored?
What is difference in .net 1.1 and .net 2.0?
What is the difference between custom web user control and a custom web server control?
Where can I get information on cookies in asp.net?