How do you remove the objects which are not in
use?Explicitly or implicitly?What is the exact mechanism
going behind?
Answer Posted / venkat
Dispose method()
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can hashtable have duplicate keys in c#?
Does c# support c type macros?
Distinguish between continue and break statement?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
Explain About disco and uddi
Is string value type c#?
What is c# commonly used for?
What is the task perform by clr?
How do I get deterministic finalization in c#?
What are modifiers in c#?
What is difference between ilist and list?
Explain About Web.config
What happens if the inherited interfaces have conflicting method names?
Is post back in c#?