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 HTTPModule and HTTPcontext? What is the use of each?
What are url fragments?
what is loosely coupled solution? How it can be used?
Does web services support data reader like pom project?
How do I upload a file from my ASP.NET page?
What are the main requirements for caching?
Explain what is an assembly?
Explain culture and uiculture values.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Is react a template engine?
How does viewstate work?
How to Insert/Add in ASPXgridview
What is session state server?