Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Object Deletion Pin
Guffa24-Jun-07 21:29
Guffa24-Jun-07 21:29 
AnswerRe: Object Deletion Pin
Tamimi - Code24-Jun-07 21:30
Tamimi - Code24-Jun-07 21:30 
GeneralRe: Object Deletion Pin
Colin Angus Mackay24-Jun-07 22:33
Colin Angus Mackay24-Jun-07 22:33 
GeneralRe: Object Deletion Pin
Tamimi - Code24-Jun-07 22:41
Tamimi - Code24-Jun-07 22:41 
GeneralRe: Object Deletion [modified] Pin
Colin Angus Mackay24-Jun-07 22:34
Colin Angus Mackay24-Jun-07 22:34 
AnswerRe: Object Deletion Pin
Colin Angus Mackay24-Jun-07 22:36
Colin Angus Mackay24-Jun-07 22:36 
GeneralRe: Object Deletion Pin
gauthee24-Jun-07 23:10
gauthee24-Jun-07 23:10 
GeneralRe: Object Deletion Pin
Colin Angus Mackay24-Jun-07 23:53
Colin Angus Mackay24-Jun-07 23:53 
gauthee wrote:
So the answer is ti implement IDisposable!


Depends. Do you have objects that already implement IDisposable to dispose of in the object, or do you manage any unmanaged resources in the object? If the answer is no to either then IDisposable won't do anything for you.

Remember, the Garbage Collector knows more about the system state and when it would be an opportune moment to garbage collect things than you do because it can constantly fine tune itself.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5

Ready to Give up - Your help will be much appreciated.


My website

AnswerRe: Object Deletion Pin
NassosReyzidis25-Jun-07 1:55
NassosReyzidis25-Jun-07 1:55 
GeneralRe: Object Deletion Pin
Scott Dorman25-Jun-07 3:52
professionalScott Dorman25-Jun-07 3:52 
GeneralRe: Object Deletion Pin
NassosReyzidis2-Jul-07 4:19
NassosReyzidis2-Jul-07 4:19 
QuestionOutlook+c# Pin
razanabanu24-Jun-07 21:21
razanabanu24-Jun-07 21:21 
AnswerRe: Outlook+c# Pin
HakunaMatada24-Jun-07 21:28
HakunaMatada24-Jun-07 21:28 
GeneralRe: Outlook+c# Pin
razanabanu24-Jun-07 21:32
razanabanu24-Jun-07 21:32 
GeneralRe: Outlook+c# Pin
HakunaMatada24-Jun-07 22:23
HakunaMatada24-Jun-07 22:23 
GeneralRe: Outlook+c# Pin
Huzefa Juventus20-Jan-09 4:51
Huzefa Juventus20-Jan-09 4:51 
GeneralRe: Outlook+c# Pin
HakunaMatada21-Jan-09 23:43
HakunaMatada21-Jan-09 23:43 
QuestionNew Window Pin
razanabanu24-Jun-07 21:09
razanabanu24-Jun-07 21:09 
AnswerRe: New Window Pin
Guffa24-Jun-07 21:23
Guffa24-Jun-07 21:23 
AnswerRe: New Window Pin
Vasudevan Deepak Kumar24-Jun-07 23:19
Vasudevan Deepak Kumar24-Jun-07 23:19 
QuestionThreading Pin
Projjal24-Jun-07 20:41
Projjal24-Jun-07 20:41 
AnswerRe: Threading Pin
Guffa24-Jun-07 20:52
Guffa24-Jun-07 20:52 
AnswerRe: Threading Pin
Nouman Bhatti24-Jun-07 20:59
Nouman Bhatti24-Jun-07 20:59 
GeneralRe: Threading Pin
Projjal24-Jun-07 21:33
Projjal24-Jun-07 21:33 
AnswerRe: Threading Pin
Hesham Yassin25-Jun-07 1:05
Hesham Yassin25-Jun-07 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.