Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: NULL Pin
devin1239-Jun-05 12:52
devin1239-Jun-05 12:52 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 12:58
protectorChristian Graus9-Jun-05 12:58 
GeneralRe: NULL Pin
devin1239-Jun-05 13:17
devin1239-Jun-05 13:17 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 13:20
protectorChristian Graus9-Jun-05 13:20 
GeneralRe: NULL Pin
devin1239-Jun-05 13:32
devin1239-Jun-05 13:32 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 13:52
protectorChristian Graus9-Jun-05 13:52 
GeneralRe: NULL Pin
devin1239-Jun-05 13:54
devin1239-Jun-05 13:54 
GeneralRe: NULL Pin
Skynyrd10-Jun-05 0:18
Skynyrd10-Jun-05 0:18 
The dispose pattern if implemented correctly should supress calling the finalize method of the object. The GC when collectiong objects always calls the finalizer of these objects, but if dispose is implemented and the object has been disposed, u might gain this small advantage in performance allthough its probably insignificant.

The main advantage is as been stated before, the release of unmanaged resources and the fact that ur helping the gc manage memory in a more efficient way.
GeneralRe: NULL Pin
Roger Alsing10-Jun-05 3:09
Roger Alsing10-Jun-05 3:09 
GeneralConvert C++ #define directives to C# Pin
bynaryum9-Jun-05 11:09
bynaryum9-Jun-05 11:09 
GeneralRe: Convert C++ #define directives to C# Pin
Colin Angus Mackay9-Jun-05 12:10
Colin Angus Mackay9-Jun-05 12:10 
GeneralRe: Convert C++ #define directives to C# Pin
DavidNohejl9-Jun-05 14:45
DavidNohejl9-Jun-05 14:45 
QuestionHow to format highlighted text in textbox? Pin
Julianne_juju9-Jun-05 10:30
Julianne_juju9-Jun-05 10:30 
AnswerRe: How to format highlighted text in textbox? Pin
MoustafaS9-Jun-05 14:21
MoustafaS9-Jun-05 14:21 
GeneralRe: How to format highlighted text in textbox? Pin
Pyro Joe9-Jun-05 17:19
Pyro Joe9-Jun-05 17:19 
GeneralRe: How to format highlighted text in textbox? Pin
Julianne_juju10-Jun-05 12:33
Julianne_juju10-Jun-05 12:33 
GeneralA string thing i cannot figure out Pin
sameerhanda9-Jun-05 10:11
sameerhanda9-Jun-05 10:11 
GeneralRe: A string thing i cannot figure out Pin
Christian Graus9-Jun-05 12:20
protectorChristian Graus9-Jun-05 12:20 
GeneralRe: A string thing i cannot figure out Pin
Jack Bond13-Jun-05 2:14
Jack Bond13-Jun-05 2:14 
Questionsetting an object to null, what happens? Pin
devin1239-Jun-05 9:56
devin1239-Jun-05 9:56 
AnswerRe: setting an object to null, what happens? Pin
Colin Angus Mackay9-Jun-05 12:14
Colin Angus Mackay9-Jun-05 12:14 
GeneralRe: setting an object to null, what happens? Pin
devin1239-Jun-05 12:21
devin1239-Jun-05 12:21 
QuestionHow to reclaim the memory manually Pin
devin1239-Jun-05 9:54
devin1239-Jun-05 9:54 
AnswerRe: How to reclaim the memory manually Pin
Colin Angus Mackay9-Jun-05 12:15
Colin Angus Mackay9-Jun-05 12:15 
GeneralRe: How to reclaim the memory manually Pin
devin1239-Jun-05 12:30
devin1239-Jun-05 12:30 

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.