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 in a session cookie?
Explain about Multi-Language integration?
What is difference between View State and Hidden Field in ASP.NET?
Write a code for sending an email from asp.net application.
How response object is related to asp's response object?
What is bson in web api?
What is diff. Between abstract class and an interface?
How can we create custom controls in asp net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are the differences between code behind and code inline?
What are sql notifications and sql invalidations?
How to fetch a data from one table to another table in asp.net ?
What are the Types of object in asp
Why do we need Sessions?
What is an il?