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 postback ispostback and autopostback in asp net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Explain code snippet to register exception filters from controller?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is a user developed application?
Is asp.net is a programming language?
How you will handle session when deploying application in more than a server?
Explain different types of validators in asp.net?
Is react a template engine?
How many types of triggers are there in update panel?
Do gac'ed assemblies have fulltrust?
What are the modes of updation in an updatepanel?
What is content page in asp net?
Define viewstate in .net?