Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa16-Apr-08 14:42
Waleed Eissa16-Apr-08 14:42 
GeneralRe: Exporting html data to Excel Pin
sarvesh.upadhyay16-Apr-08 1:54
professionalsarvesh.upadhyay16-Apr-08 1:54 
GeneralSuppressFinalize Pin
George_George15-Apr-08 4:10
George_George15-Apr-08 4:10 
GeneralRe: SuppressFinalize Pin
Zoltan Balazs15-Apr-08 4:19
Zoltan Balazs15-Apr-08 4:19 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 4:21
leppie15-Apr-08 4:21 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 5:08
leppie15-Apr-08 5:08 
George_George wrote:
So, it means we should do the same thing (resource de-allocation) in both Dispose and destructor, right?


Basically, normally you would use the Dispose(bool) pattern that will be called from the Finalizer with a false parameter, where Dispose() calls it with a true parameter. Do a search, you are bound to find more than enough samples.

xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 3 out now

GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 5:12
George_George15-Apr-08 5:12 
Generalconverssion of pdf into images Pin
Arihant rathi15-Apr-08 4:10
Arihant rathi15-Apr-08 4:10 
GeneralMaximum number of columns in .NET DataTable Pin
Elena200615-Apr-08 3:55
Elena200615-Apr-08 3:55 
GeneralRe: Maximum number of columns in .NET DataTable Pin
leppie15-Apr-08 4:26
leppie15-Apr-08 4:26 
GeneralRe: Maximum number of columns in .NET DataTable Pin
Dave Kreskowiak15-Apr-08 4:27
mveDave Kreskowiak15-Apr-08 4:27 
GeneralRe: Maximum number of columns in .NET DataTable Pin
ehtshamkh26-Jul-12 2:02
ehtshamkh26-Jul-12 2:02 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
QuestionRe: Maximum number of columns in .NET DataTable Pin
Shrikesh_kale9-Aug-17 22:06
Shrikesh_kale9-Aug-17 22:06 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
GeneralCreating an install file with prerequisites such as .net framework built in Pin
Nokoff15-Apr-08 3:22
Nokoff15-Apr-08 3:22 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
phannon8615-Apr-08 3:33
professionalphannon8615-Apr-08 3:33 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
Ashish Sehajpal15-Apr-08 4:32
Ashish Sehajpal15-Apr-08 4:32 
QuestionAdd combobox inside excel cell [modified] Pin
Abdelwahab15-Apr-08 2:51
Abdelwahab15-Apr-08 2:51 
Questionstruct array in C# Pin
Programm3r15-Apr-08 2:40
Programm3r15-Apr-08 2:40 
QuestionIs this correct Pin
Programm3r15-Apr-08 3:08
Programm3r15-Apr-08 3:08 
QuestionWell, did you try it? Pin
Vikram A Punathambekar15-Apr-08 3:46
Vikram A Punathambekar15-Apr-08 3:46 
GeneralRe: Well, did you try it? Pin
Programm3r15-Apr-08 4:08
Programm3r15-Apr-08 4:08 

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.