Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
AnswerRe: Saving data to file Pin
Patrick Etc.16-Oct-07 10:53
Patrick Etc.16-Oct-07 10:53 
GeneralRe: Saving data to file Pin
Richard W Allen17-Oct-07 21:24
Richard W Allen17-Oct-07 21:24 
GeneralRe: Saving data to file Pin
Patrick Etc.18-Oct-07 8:07
Patrick Etc.18-Oct-07 8:07 
GeneralRe: Saving data to file Pin
Richard W Allen18-Oct-07 8:52
Richard W Allen18-Oct-07 8:52 
GeneralRe: Saving data to file Pin
Patrick Etc.18-Oct-07 9:51
Patrick Etc.18-Oct-07 9:51 
Questionbackgroundworker vs threading Pin
brsecu16-Oct-07 9:41
brsecu16-Oct-07 9:41 
AnswerRe: backgroundworker vs threading Pin
il_masacratore16-Oct-07 9:44
il_masacratore16-Oct-07 9:44 
AnswerRe: backgroundworker vs threading Pin
Scott Dorman16-Oct-07 13:33
professionalScott Dorman16-Oct-07 13:33 
Ultimately there is no difference as both will allocate a thread from the thread pool. The BackgroundWorker component is a "visual" component (something that can be dropped on to a form at design time) that was created to help simplify creating a multi-threaded application.

Using the background worker is not ideal for all situations and using it doesn't mean you shouldn't have an understanding of how threading behaves.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

QuestionHow to populate a treeview from a dataset Pin
KirkNew2C#16-Oct-07 9:32
KirkNew2C#16-Oct-07 9:32 
QuestionSend/Receive commands w/PS2 keyboard Pin
JayHart16-Oct-07 8:24
JayHart16-Oct-07 8:24 
AnswerRe: Send/Receive commands w/PS2 keyboard Pin
led mike16-Oct-07 8:38
led mike16-Oct-07 8:38 
GeneralRe: Send/Receive commands w/PS2 keyboard Pin
JayHart16-Oct-07 8:39
JayHart16-Oct-07 8:39 
GeneralRe: Send/Receive commands w/PS2 keyboard Pin
led mike16-Oct-07 8:59
led mike16-Oct-07 8:59 
GeneralRe: Send/Receive commands w/PS2 keyboard Pin
Dan Neely16-Oct-07 9:41
Dan Neely16-Oct-07 9:41 
Question[Message Deleted] Pin
Trustapple16-Oct-07 8:21
Trustapple16-Oct-07 8:21 
AnswerRe: compile time Pin
Dave Kreskowiak16-Oct-07 8:29
mveDave Kreskowiak16-Oct-07 8:29 
GeneralRe: compile time Pin
Anthony Mushrow16-Oct-07 9:46
professionalAnthony Mushrow16-Oct-07 9:46 
AnswerRe: compile time Pin
led mike16-Oct-07 8:36
led mike16-Oct-07 8:36 
GeneralRe: compile time Pin
MasterSharp16-Oct-07 11:08
MasterSharp16-Oct-07 11:08 
QuestionHelp with SQL Parameter Pin
kallileo16-Oct-07 8:08
kallileo16-Oct-07 8:08 
AnswerRe: Help with SQL Parameter Pin
Giorgi Dalakishvili16-Oct-07 8:48
mentorGiorgi Dalakishvili16-Oct-07 8:48 
GeneralRe: Help with SQL Parameter Pin
kallileo16-Oct-07 9:07
kallileo16-Oct-07 9:07 
GeneralRe: Help with SQL Parameter Pin
Giorgi Dalakishvili16-Oct-07 9:18
mentorGiorgi Dalakishvili16-Oct-07 9:18 
GeneralRe: Help with SQL Parameter Pin
kallileo16-Oct-07 9:32
kallileo16-Oct-07 9:32 
GeneralRe: Help with SQL Parameter Pin
Giorgi Dalakishvili16-Oct-07 10:43
mentorGiorgi Dalakishvili16-Oct-07 10:43 

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.