Click here to Skip to main content
15,893,904 members
Home / Discussions / C#
   

C#

 
QuestionSQL UDF or C# function Pin
eddieangel2-Oct-13 8:10
eddieangel2-Oct-13 8:10 
AnswerRe: SQL UDF or C# function Pin
jschell2-Oct-13 8:38
jschell2-Oct-13 8:38 
GeneralRe: SQL UDF or C# function Pin
eddieangel2-Oct-13 8:58
eddieangel2-Oct-13 8:58 
AnswerRe: SQL UDF or C# function Pin
Mycroft Holmes2-Oct-13 13:03
professionalMycroft Holmes2-Oct-13 13:03 
GeneralRe: SQL UDF or C# function Pin
eddieangel3-Oct-13 6:06
eddieangel3-Oct-13 6:06 
AnswerRe: SQL UDF or C# function Pin
Kornfeld Eliyahu Peter2-Oct-13 20:58
professionalKornfeld Eliyahu Peter2-Oct-13 20:58 
Questionclass and object Pin
Member 103106132-Oct-13 0:02
Member 103106132-Oct-13 0:02 
AnswerRe: class and object Pin
Chris Quinn2-Oct-13 0:07
Chris Quinn2-Oct-13 0:07 
AnswerRe: class and object PinPopular
Pete O'Hanlon2-Oct-13 0:09
mvePete O'Hanlon2-Oct-13 0:09 
AnswerRe: class and object Pin
Abhinav S2-Oct-13 0:20
Abhinav S2-Oct-13 0:20 
AnswerRe: class and object Pin
BillWoodruff2-Oct-13 6:16
professionalBillWoodruff2-Oct-13 6:16 
Questiondatatable . help needed Pin
superselector1-Oct-13 18:56
superselector1-Oct-13 18:56 
AnswerRe: datatable . help needed Pin
Abhinav S1-Oct-13 21:09
Abhinav S1-Oct-13 21:09 
AnswerRe: datatable . help needed Pin
Andy_L_J1-Oct-13 22:20
Andy_L_J1-Oct-13 22:20 
QuestionExternal component has thrown an exception Pin
Member 102708251-Oct-13 18:13
Member 102708251-Oct-13 18:13 
AnswerRe: External component has thrown an exception Pin
Abhinav S1-Oct-13 20:44
Abhinav S1-Oct-13 20:44 
GeneralRe: External component has thrown an exception Pin
Member 102708252-Oct-13 0:38
Member 102708252-Oct-13 0:38 
GeneralRe: External component has thrown an exception Pin
Dave Kreskowiak2-Oct-13 4:37
mveDave Kreskowiak2-Oct-13 4:37 
GeneralRe: External component has thrown an exception Pin
ramonminarro11-Mar-22 3:10
ramonminarro11-Mar-22 3:10 
GeneralRe: External component has thrown an exception Pin
Dave Kreskowiak11-Mar-22 3:46
mveDave Kreskowiak11-Mar-22 3:46 
QuestionC# assignment please help Pin
bmulgrew11-Oct-13 18:07
professionalbmulgrew11-Oct-13 18:07 
AnswerRe: C# assignment please help Pin
Abhinav S1-Oct-13 21:10
Abhinav S1-Oct-13 21:10 
AnswerRe: C# assignment please help Pin
OriginalGriff1-Oct-13 21:25
mveOriginalGriff1-Oct-13 21:25 
GeneralDestructors Pin
N8tiv1-Oct-13 15:34
N8tiv1-Oct-13 15:34 
GeneralRe: Destructors Pin
Richard Andrew x641-Oct-13 16:29
professionalRichard Andrew x641-Oct-13 16:29 
You do know this is a C++ question, not a C# one, right?

But to answer the question, it's OK to have an empty destructor if you don't have any resources to clean up.

In fact, if your class definition lacks a destructor of any kind, the compiler generates one for you which does nothing.



The difficult we do right away...
...the impossible takes slightly longer.

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.