Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: Porting C++ to C#: Types Pin
Guffa3-Mar-07 4:50
Guffa3-Mar-07 4:50 
GeneralRe: Porting C++ to C#: Types Pin
Luc Pattyn3-Mar-07 12:18
sitebuilderLuc Pattyn3-Mar-07 12:18 
QuestionCircular Control Reference -- A control cannot be parented to iteself. Pin
new_phoenix3-Mar-07 2:37
new_phoenix3-Mar-07 2:37 
QuestionAsynchronous Vs Multithreaded Client-Server ? [modified] Pin
zinc_z3-Mar-07 2:31
zinc_z3-Mar-07 2:31 
AnswerRe: Asynchronous Vs Multithreaded Client-Server ? Pin
Parwej Ahamad3-Mar-07 3:49
professionalParwej Ahamad3-Mar-07 3:49 
GeneralRe: Asynchronous Vs Multithreaded Client-Server ? Pin
zinc_z3-Mar-07 5:59
zinc_z3-Mar-07 5:59 
GeneralRe: Asynchronous Vs Multithreaded Client-Server ? Pin
Parwej Ahamad3-Mar-07 7:34
professionalParwej Ahamad3-Mar-07 7:34 
AnswerRe: Asynchronous Vs Multithreaded Client-Server ? Pin
pbraun3-Mar-07 13:09
pbraun3-Mar-07 13:09 
If your application is not a real time control application, then you can ignore any time dependencies. However, if your application is a real time control application, then you will want to consider asynchronous as being your top candidate.

Please note that if you use Asynchronous socket programming, you will be using the thread pool anyway. That's how delegate calls work. It is also the case that the timers in .Net use thread pool threads.

Some problems that are apparent with thread pool threads are that control over the state of a thread pool thread is not easily available. Please be careful when using them. You also need to ensure that code called by the thread pool reports when an error occurs. Throwing an exception may only cause the thread to terminate and not cause the exception to be caught in a place where it can be handled properly.


Phil
QuestionDataGrid Pin
md_refay3-Mar-07 2:30
md_refay3-Mar-07 2:30 
QuestionDatabase connection... Pin
kalyan_24163-Mar-07 1:32
kalyan_24163-Mar-07 1:32 
QuestionHow to call VC++ dll in C# windows application? Pin
salon2-Mar-07 23:31
salon2-Mar-07 23:31 
AnswerRe: How to call VC++ dll in C# windows application? Pin
Shy Agam3-Mar-07 5:20
Shy Agam3-Mar-07 5:20 
AnswerRe: How to call VC++ dll in C# windows application? Pin
Vasudevan Deepak Kumar4-Mar-07 5:14
Vasudevan Deepak Kumar4-Mar-07 5:14 
QuestionHow to add, delete records form the datagrid at run time Pin
Pankaj Saha2-Mar-07 22:04
Pankaj Saha2-Mar-07 22:04 
AnswerRe: How to add, delete records form the datagrid at run time Pin
kalyan_24163-Mar-07 1:58
kalyan_24163-Mar-07 1:58 
AnswerRe: How to add, delete records form the datagrid at run time Pin
Vasudevan Deepak Kumar4-Mar-07 5:14
Vasudevan Deepak Kumar4-Mar-07 5:14 
QuestionAttatching .HLP File Pin
Ian Uy2-Mar-07 21:20
Ian Uy2-Mar-07 21:20 
AnswerRe: Attatching .HLP File Pin
Dawid Mazuruk2-Mar-07 23:45
Dawid Mazuruk2-Mar-07 23:45 
GeneralRe: Attatching .HLP File Pin
Ian Uy3-Mar-07 1:24
Ian Uy3-Mar-07 1:24 
AnswerRe: Attatching .HLP File Pin
Vasudevan Deepak Kumar4-Mar-07 5:13
Vasudevan Deepak Kumar4-Mar-07 5:13 
QuestionC# 2005 with IList Pin
Newbie_Toy2-Mar-07 20:51
Newbie_Toy2-Mar-07 20:51 
AnswerRe: C# 2005 with IList Pin
Dawid Mazuruk2-Mar-07 22:49
Dawid Mazuruk2-Mar-07 22:49 
AnswerRe: C# 2005 with IList Pin
Vasudevan Deepak Kumar4-Mar-07 5:16
Vasudevan Deepak Kumar4-Mar-07 5:16 
QuestionC# ASP.NET Mailing problem. Pin
Jijo BP2-Mar-07 19:36
Jijo BP2-Mar-07 19:36 
AnswerRe: C# ASP.NET Mailing problem. Pin
Vasudevan Deepak Kumar4-Mar-07 5:08
Vasudevan Deepak Kumar4-Mar-07 5:08 

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.