How many Garbage Collectors are there for one Application
or one Page
Answer Posted / ashish
Only One Garbage Collectors is in Application.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
How does ASP.NET framework maps client side events to Server side events.?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How would you create a permanent cookie?
Explain the difference between panel and groupbox classes using .net?
What's the ASP.Net Application life cycle?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain asp.net page life cycle?
What is the significance of proxy user?
What is the default authentication mode for asp.net?
What is a 1x1 pixel?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How you can return View from ASP.NET Web API method?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
In which event of the page viewstate is available?
Why is it preferred to not use finalize for clean up?