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
Explain managed code an un-managed code.
What describes a query?
Why do we use web config?
What is the difference between CLICK and MOUSE DOWN Event ?
what is command line compiler.what are the steps and how it is related to debugging.
What is the best Macanism to clear the Cache in asp.net
Give me one example of Web API Routing?
Is session server side or client side?
In Code-Behind class which kind of code (server or client) is found ?
How do session tokens work?
What is http post and http get?
What is authorization in asp.net?
Explain the updatepanel?
List the major built-in objects in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?