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 |
Name some changes done since version 3.0?
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
How do you handle this COM components developed in other programming languages in .NET?
0 Answers InfoAxon Technologies,
What is an interrupt? : .NET Architecture
can aspx page have multi language declarations ?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
can any one urls for learning .net(which is written in simple english)
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Which software is used for .net programming?
What does the "EnableViewState" property do? Why would I want it on or off?
Is .NET really support fully OOP Concept?
Explain about code access security?