What are clr?cts?cls?
Answer Posted / monika mudgal
CLR is a combination of complier and runtime environment.It
is integrated unit which can't be saperated, it manage all
function in .Net like:
Garbage collection, memory allocation, resoures management,
deallocation
all the things managed by CLR.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the Order of events in an asp.net page?
How to prepare culture-specific formatting in .net.
What is viewstate? What does the “enableviewstate” property do?
What is web configuration file and how to use in web application
What is skin in asp.net?
What is application Object?
Explain what are delegates?
Explain the difference between array and linkedlist?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are the validation controls available in ASP.NET?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is difference in .net 1.1 and .net 2.0?
What is the caspol.exe tool used for?
What is the difference between executescalar and executenonquery?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?