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

C#

 
GeneralRe: tokenzing strings Pin
Christian Graus30-Jan-09 20:20
protectorChristian Graus30-Jan-09 20:20 
GeneralRe: tokenzing strings Pin
lawrenceinba30-Jan-09 20:37
lawrenceinba30-Jan-09 20:37 
GeneralRe: tokenzing strings Pin
Christian Graus30-Jan-09 21:02
protectorChristian Graus30-Jan-09 21:02 
GeneralRe: tokenzing strings Pin
lawrenceinba30-Jan-09 22:33
lawrenceinba30-Jan-09 22:33 
GeneralRe: tokenzing strings Pin
#realJSOP30-Jan-09 23:47
professional#realJSOP30-Jan-09 23:47 
AnswerRe: tokenzing strings Pin
Najmal31-Jan-09 3:48
Najmal31-Jan-09 3:48 
Questionxml file encryption and decryption Pin
vishnukamath30-Jan-09 18:06
vishnukamath30-Jan-09 18:06 
AnswerRe: xml file encryption and decryption Pin
Christian Graus30-Jan-09 18:50
protectorChristian Graus30-Jan-09 18:50 
AnswerRe: xml file encryption and decryption Pin
Najmal31-Jan-09 3:51
Najmal31-Jan-09 3:51 
QuestionClass Decleration Pin
NazarHussain30-Jan-09 18:03
NazarHussain30-Jan-09 18:03 
AnswerRe: Class Decleration Pin
Christian Graus30-Jan-09 18:36
protectorChristian Graus30-Jan-09 18:36 
GeneralRe: Class Decleration Pin
NazarHussain30-Jan-09 18:40
NazarHussain30-Jan-09 18:40 
GeneralRe: Class Decleration Pin
Christian Graus30-Jan-09 18:51
protectorChristian Graus30-Jan-09 18:51 
Questionproblem with threads Pin
prasadbuddhika30-Jan-09 17:28
prasadbuddhika30-Jan-09 17:28 
AnswerRe: problem with threads Pin
Christian Graus30-Jan-09 18:54
protectorChristian Graus30-Jan-09 18:54 
AnswerRe: problem with threads Pin
Najmal31-Jan-09 4:00
Najmal31-Jan-09 4:00 
QuestionAvoiding memory leaks Pin
dwolver30-Jan-09 12:16
dwolver30-Jan-09 12:16 
Being a bit of a beginner with .Net and c#, I have a questino on cleaning up resources. In Delphi we would free and object using Object.Free and in the scheme of things all objects had virtual method that would be overridden to clear items within that object. For examlpe i might have an object that contains a bunch of array lists, or memory streams.
I have hear of garbage collection and that C# free's up memory usage automatically,
but i'm not sure how true that is and how deep it goes.

In C# if I have
MyObject class with some arraylists populated with other objects that are created by MyObject
and i use this object in some button click for example, when the click is done will MyObject and all its other objects get released?

Do I need some special routine that the system will automatically call when it goes to dispose of MyObject?

Hope that makes sense...
AnswerRe: Avoiding memory leaks Pin
Colin Angus Mackay30-Jan-09 12:29
Colin Angus Mackay30-Jan-09 12:29 
GeneralRe: Avoiding memory leaks Pin
riced31-Jan-09 5:13
riced31-Jan-09 5:13 
AnswerRe: Avoiding memory leaks Pin
Christian Graus30-Jan-09 15:39
protectorChristian Graus30-Jan-09 15:39 
AnswerRe: Avoiding memory leaks Pin
Najmal31-Jan-09 4:08
Najmal31-Jan-09 4:08 
Questioncan windows form controls as buttons and progress bars be skinned..... Pin
Mubeen.asim30-Jan-09 10:19
Mubeen.asim30-Jan-09 10:19 
AnswerRe: can windows form controls as buttons and progress bars be skinned..... Pin
Eddy Vluggen30-Jan-09 10:58
professionalEddy Vluggen30-Jan-09 10:58 
GeneralRe: can windows form controls as buttons and progress bars be skinned..... Pin
PIEBALDconsult30-Jan-09 10:59
mvePIEBALDconsult30-Jan-09 10:59 
GeneralRe: can windows form controls as buttons and progress bars be skinned..... Pin
Eddy Vluggen30-Jan-09 11:02
professionalEddy Vluggen30-Jan-09 11:02 

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.