Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to print form and how to print maltiple pages?? Pin
hdv2124-Aug-06 11:06
hdv2124-Aug-06 11:06 
QuestionSerial port power Pin
hacker0134-Aug-06 4:18
hacker0134-Aug-06 4:18 
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 
WillemM wrote:
If you set all variables to null the garbage collector will eventually pick them up during one of the cleanup rounds.


This is an old myth carried over from Java. In C#, you don't need to set your variable to null in order for the GC to collect them. They will be collected when there's no more references to them, regardless of their null status.


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


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 
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 

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.