when garbage collector come into picture. ?
Answers were Sorted based on User's Feedback
Answer / manjunath
Garbage collector will be called at the time of huge memory
requirements by the .net framework unless it can be done by
finalize method on dispose object or iddisposable interface.
It can be forced by calling System.GC.Collect;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manikanta.srinu
1).The system has low physical memory.
2.The GC.Collect method is called. In almost all cases, you
do not have to call this method, because the garbage
collector runs continuously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about validation?
what is a tool tip
how would you manage data if u were not to use sessions or cookies ?
What is the difference between an application and a program?
Explain Singleton design pattern in .net
Explain the difference between l1 and l2 cache? : Dot net architecture
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What are the five stages in a dlx pipeline? : Dot net architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
any one can explain about projectarchitecture and project approach briefly
How can u manage state ?
Explain about appdomains?