Click here to Skip to main content
15,900,254 members
Home / Discussions / C#
   

C#

 
AnswerRe: Serial port power Pin
Stefan Troschuetz4-Aug-06 4:43
Stefan Troschuetz4-Aug-06 4:43 
AnswerRe: Serial port power Pin
stancrm4-Aug-06 6:15
stancrm4-Aug-06 6:15 
AnswerRe: Serial port power Pin
eggie55-Aug-06 20:53
eggie55-Aug-06 20:53 
Questionhow does dispose method actually work? Pin
edel_ong4-Aug-06 4:11
edel_ong4-Aug-06 4:11 
AnswerRe: how does dispose method actually work? Pin
WillemM4-Aug-06 4:16
WillemM4-Aug-06 4:16 
GeneralRe: how does dispose method actually work? Pin
Judah Gabriel Himango4-Aug-06 5:05
sponsorJudah Gabriel Himango4-Aug-06 5:05 
AnswerRe: how does dispose method actually work? Pin
Dave Kreskowiak4-Aug-06 5:00
mveDave Kreskowiak4-Aug-06 5:00 
AnswerRe: how does dispose method actually work? Pin
Judah Gabriel Himango4-Aug-06 5:07
sponsorJudah Gabriel Himango4-Aug-06 5:07 
You don't need to use dispose; dispose isn't for cleaning up memory. It's for cleaning up unmanaged resources like socket connections, database connections, file streams, etc.

Each object in your program will be garbage collected when there are no more references to the object. And even then, it won't be collected until the garbage collector lazily comes along and cleans up (or if you force a collection via GC.Collect())


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Messianic Instrumentals (with audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: how does dispose method actually work? Pin
Dan Neely4-Aug-06 5:34
Dan Neely4-Aug-06 5:34 
Question.net remoting concepts Pin
chandut4-Aug-06 3:57
chandut4-Aug-06 3:57 
AnswerRe: .net remoting concepts Pin
Not Active4-Aug-06 4:04
mentorNot Active4-Aug-06 4:04 
GeneralRe: .net remoting concepts Pin
Josh Smith4-Aug-06 7:22
Josh Smith4-Aug-06 7:22 
GeneralRe: .net remoting concepts Pin
Not Active4-Aug-06 8:03
mentorNot Active4-Aug-06 8:03 
GeneralRe: .net remoting concepts Pin
Josh Smith5-Aug-06 9:42
Josh Smith5-Aug-06 9:42 
QuestionBios Date or unchangeable date Pin
Saamir4-Aug-06 3:08
Saamir4-Aug-06 3:08 
AnswerRe: Bios Date or unchangeable date Pin
Robert Rohde4-Aug-06 3:40
Robert Rohde4-Aug-06 3:40 
GeneralRe: Bios Date or unchangeable date Pin
Dan Neely4-Aug-06 3:42
Dan Neely4-Aug-06 3:42 
GeneralRe: Bios Date or unchangeable date Pin
Robert Rohde4-Aug-06 3:54
Robert Rohde4-Aug-06 3:54 
GeneralRe: Bios Date or unchangeable date Pin
Saamir4-Aug-06 5:00
Saamir4-Aug-06 5:00 
QuestionDocumentation tool for c#.net Pin
Madhuri07084-Aug-06 2:39
Madhuri07084-Aug-06 2:39 
AnswerRe: Documentation tool for c#.net Pin
Robert Rohde4-Aug-06 3:02
Robert Rohde4-Aug-06 3:02 
QuestionIs there any global file in c# Pin
Madhuri07084-Aug-06 2:34
Madhuri07084-Aug-06 2:34 
AnswerRe: Is there any global file in c# Pin
Guffa4-Aug-06 2:38
Guffa4-Aug-06 2:38 
AnswerRe: Is there any global file in c# Pin
psamy4-Aug-06 2:44
psamy4-Aug-06 2:44 
QuestionHow to load data/text into a TextBox Pin
Rip Kirby4-Aug-06 2:34
Rip Kirby4-Aug-06 2:34 

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.