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
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is session authentication?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How do you hide the columns?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between cache and cookies?
Explain the difference between web user control and web custom control?
Where would you use an ihttpmodule, and what are the limitations if any?
Differentiate between file-based dependency and key-based dependency.
Define session in asp.net.
How does windows service lifecycle differ from a .standard. Exe?
What a diffgram is, and a good use for one?
How to set the pane area to transparent of a scrollPane component.?
Why cyclomatic complexity is important?