What is garbage collector and where should you use in .NET?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Define property in c#.net?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


How long will it take to learn c#?

0 Answers  


Which namespaces are necessary to create a localized application?

0 Answers   MindCracker,


Define c# and list the features.

0 Answers  






What?s a satellite assembly?

1 Answers  


what are the bugs are faced in a project

3 Answers   Accenture,


What is lazy t?

0 Answers  


Why we use anonymous methods in c#?

0 Answers  


What does Dispose method do with the connection object?

3 Answers  


Can you create enumerated data types in C# ?

1 Answers  


What is the relationship between a process, application domain, and application?

0 Answers  


Categories