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 Web API?
How can you handle exceptions in asp.net?
What is difference between mvc and asp.net? : Asp.Net MVC
What's the ASP.Net Application life cycle?
Differentiate between client-side and server-side validations in web pages.
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the difference between session.abandon() vs clear()?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Which platform does Microsoft .NET use for exchanging data between applications?
How does the iis work?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain exception handling in .net.
Describe the application event handlers in ASP.NET?
What is the life-span of the items in the viewstate?
Describe state management in asp.net?