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
How can I have a particular web page in an asp.net application which displays its own error page?
Why asp.net is better than php?
Which class is used to send an email message from an ASP.NET Web page?
What is the difference between stored procedure vs function?
What is paging in context of Memory?
Explain about Automatic resource management?
How can u debug your .net application?
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 use of global.asax file?
What parameters can you pass in the url of the api? Can get and post use the same url?
Are cookies client side or server side?
What is advantage of code behind coding in ASP.NET?
Define session in asp.net.
Explain MVC model binders?
what is the difference between response.write() and response.output.write()?