How Garbage Collector (GC) Works?
Answer / vandana joshi
When no refernce to a class object exist then GC will
deallocate memory occupied by those refernces automatically.
Is This Answer Correct ? | 7 Yes | 0 No |
What is the advantage of packaging over xcopy in .net?
what are the controls used to upload a file from client to server?
How many types of design patterns available in .NET?
What is Application Domain?
Differences between namespace, class, assembly?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is reflection in microsoft .net context?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
Which is the main Difference Between .Net 2003 and .Net 2005?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Name the classes that are introduced in the system.numerics namespace.
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component