Click here to Skip to main content
15,925,206 members
Home / Discussions / C#
   

C#

 
Generalgantt chart Pin
Member 52474011-Aug-03 2:06
Member 52474011-Aug-03 2:06 
GeneralRe: gantt chart Pin
Heath Stewart11-Aug-03 2:23
protectorHeath Stewart11-Aug-03 2:23 
GeneralRe: gantt chart Pin
Member 52474011-Aug-03 2:45
Member 52474011-Aug-03 2:45 
GeneralRe: gantt chart Pin
Heath Stewart11-Aug-03 4:05
protectorHeath Stewart11-Aug-03 4:05 
Generaldestructor Vs Finalize Pin
devvvy11-Aug-03 1:45
devvvy11-Aug-03 1:45 
GeneralRe: destructor Vs Finalize Pin
Nish Nishant11-Aug-03 1:51
sitebuilderNish Nishant11-Aug-03 1:51 
GeneralRe: destructor Vs Finalize Pin
devvvy11-Aug-03 1:57
devvvy11-Aug-03 1:57 
GeneralRe: destructor Vs Finalize Pin
Nish Nishant11-Aug-03 2:06
sitebuilderNish Nishant11-Aug-03 2:06 
In a Garbage Collected programming environment like the CLR, it's not very smart to put clean-up code in the destructor because you do not have much control over when it gets called. MS recommends that you implement IDisposable and put all your clean up code in the Dispose method. And as for the error you got, the C# compiler wont let you implement Finalize because they rename the class Destructor method to Finalize in the generated IL.

Nish


Extending MFC Applications with the .NET Framework [NW] (My book with Tom)
Summer Love and Some more Cricket [NW] (My first novel)
Shog's review of SLASMC [NW]
Come with me if you want to live
GeneralWhat can you do in destructor with .NET? Pin
devvvy11-Aug-03 2:52
devvvy11-Aug-03 2:52 
GeneralRe: What can you do in destructor with .NET? Pin
James T. Johnson11-Aug-03 10:50
James T. Johnson11-Aug-03 10:50 
GeneralRe: What can you do in destructor with .NET? Pin
Nish Nishant11-Aug-03 15:58
sitebuilderNish Nishant11-Aug-03 15:58 
GeneralUsing a .lib in c# Pin
Big Trev11-Aug-03 1:32
Big Trev11-Aug-03 1:32 
GeneralRe: Using a .lib in c# Pin
Anthony_Yio11-Aug-03 1:56
Anthony_Yio11-Aug-03 1:56 
GeneralConverting Binary to Hex Pin
eggie511-Aug-03 0:26
eggie511-Aug-03 0:26 
GeneralRe: Converting Binary to Hex Pin
Meysam Mahfouzi11-Aug-03 1:16
Meysam Mahfouzi11-Aug-03 1:16 
GeneralRe: Converting Binary to Hex Pin
WillemM11-Aug-03 9:02
WillemM11-Aug-03 9:02 
QuestionWhat did I click in the treeview Pin
Nick Seng10-Aug-03 23:58
Nick Seng10-Aug-03 23:58 
AnswerRe: What did I click in the treeview Pin
OMalleyW11-Aug-03 1:59
OMalleyW11-Aug-03 1:59 
GeneralRe: What did I click in the treeview Pin
Heath Stewart11-Aug-03 2:20
protectorHeath Stewart11-Aug-03 2:20 
GeneralRe: What did I click in the treeview Pin
Nick Seng11-Aug-03 2:28
Nick Seng11-Aug-03 2:28 
GeneralRe: What did I click in the treeview Pin
Nick Seng11-Aug-03 2:27
Nick Seng11-Aug-03 2:27 
GeneralRe: What did I click in the treeview Pin
OMalleyW11-Aug-03 2:44
OMalleyW11-Aug-03 2:44 
GeneralRe: What did I click in the treeview Pin
Nick Seng11-Aug-03 2:46
Nick Seng11-Aug-03 2:46 
Questionweb service???? Pin
don7cry10-Aug-03 23:28
don7cry10-Aug-03 23:28 
AnswerRe: web service???? Pin
Anthony_Yio11-Aug-03 1:59
Anthony_Yio11-Aug-03 1:59 

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.