Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding control at runtime Pin
Mazdak25-Jun-07 0:48
Mazdak25-Jun-07 0:48 
GeneralRe: Adding control at runtime [modified] Pin
mohammadSoft25-Jun-07 1:14
mohammadSoft25-Jun-07 1:14 
QuestionSQL CE Query Performance Pin
Ferudun Atakan24-Jun-07 22:39
Ferudun Atakan24-Jun-07 22:39 
QuestionSome issues about ConfigurationManager Pin
andreumv24-Jun-07 22:23
andreumv24-Jun-07 22:23 
QuestionSMS Pin
razanabanu24-Jun-07 21:40
razanabanu24-Jun-07 21:40 
AnswerRe: SMS Pin
Vasudevan Deepak Kumar24-Jun-07 23:17
Vasudevan Deepak Kumar24-Jun-07 23:17 
QuestionInstalling IIS by my installer project Pin
Iftekhar Naim24-Jun-07 21:29
Iftekhar Naim24-Jun-07 21:29 
AnswerRe: Installing IIS by my installer project Pin
Vasudevan Deepak Kumar24-Jun-07 23:18
Vasudevan Deepak Kumar24-Jun-07 23:18 
GeneralRe: Installing IIS by my installer project Pin
Iftekhar Naim25-Jun-07 1:15
Iftekhar Naim25-Jun-07 1:15 
GeneralRe: Installing IIS by my installer project Pin
Dave Kreskowiak25-Jun-07 4:22
mveDave Kreskowiak25-Jun-07 4:22 
QuestionObject Deletion Pin
gauthee24-Jun-07 21:22
gauthee24-Jun-07 21:22 
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 
To re-emphasise what Guffa said. If you have unmanaged resources, or otherwise use objects that also implement IDisposable then you should implement IDisposable to free up or dispose of those resources. If those conditions are not met then let the garbage collector do its job - it is better at it than anyone else.


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

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 
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 

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.