What is CLR ? Differentiate between CLR & CTS.
Answer Posted / minhajul islam
CLR is the framework and heart of dot net. It Covert code
into IL then into machine language using Jit compiler
CTS is the subset of CLR and used to smoothly communicate
between different languages. Such as datatype int datatype
of vb6 and c++ converted into System.Int32 in CTS.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is a .xap file? Explain with an example.
What is the biggest disadvantage of “Other Return Types” in Web API?
Can the unique key be null?
Define a static class?
What is server side routing?
How can you dynamically add user controls to a page?
How you will manage the state of ASP.NET controls?
Explain serialization and deserialization?
Explain the difference between the web config and machine config.
Explain the steps to be followed to use passport authentication.
What are sql notifications and sql invalidations?
Define msil.
Explain diff between dataset and datareader?
How can we create pie chart in asp.net?
What are the disadvantages of view state?