How do you enforce garbage collection in .NET



How do you enforce garbage collection in .NET..

Answer / kirti

System.GC.Collect();

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What meant of assembly & global assembly cache (gac) & Meta data

1 Answers  


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


What is a model in programming?

0 Answers  


What are ajax helpers in mvc?

0 Answers  


What is orm entity framework?

0 Answers  






What is the importance of NonActionAttribute?

0 Answers  


What are delegates?where are they used

1 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables?

1 Answers  


What are actions in asp.net mvc?

0 Answers  


What is namespace of asp.net mvc?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


What’s the advantage of using System.Text.StringBuilder over System.String?

4 Answers   IBM,


Categories