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

Mention two instances where routing is not implemented or required?

0 Answers   Infosys,


What are Scaffold templates in ASP.Net MVC?

0 Answers  


How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?

1 Answers  


What is a razor file?

0 Answers  


How do I change the permission set for a code group

1 Answers   4Cplus,


What is display mode in mvc?

0 Answers  


what are background threads? give ex?

3 Answers   CSC, Kanbay,


What does 'managed' mean in the .NET context

1 Answers  


What are the types of authentication in .net

1 Answers  


what is entity framework?

0 Answers   Microsoft,


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


Categories