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
What is the use of session in web application?
explain code with datachaching with example
What is Partial PostBack in ASP.NET?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Write some code using interfaces, virtual methods, and an abstract class`
What is http only cookie?
What is the difference between Session and response.Redirect?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Which method do you use to enforce garbage collection in .net?
What is the function of the ViewState property?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What are the different types of Caching techniques in ASP.NET?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is the function of new view engine in asp.net? : asp.net mvc
Is session server side or client side?