Click here to Skip to main content
15,915,759 members
Home / Discussions / C#
   

C#

 
GeneralRe: Credits Algorithm Pin
LongRange.Shooter8-Mar-05 3:15
LongRange.Shooter8-Mar-05 3:15 
GeneralRe: Credits Algorithm Pin
LongRange.Shooter8-Mar-05 3:20
LongRange.Shooter8-Mar-05 3:20 
GeneralAttachment Event/Method for Accessing Outlook Pin
Adnan Siddiqi7-Mar-05 23:15
Adnan Siddiqi7-Mar-05 23:15 
GeneralInsert Help Pin
GaMBiT_KC7-Mar-05 21:06
GaMBiT_KC7-Mar-05 21:06 
GeneralRe: Insert Help Pin
Kodanda Pani7-Mar-05 22:17
Kodanda Pani7-Mar-05 22:17 
GeneralRe: Insert Help Pin
GaMBiT_KC8-Mar-05 0:19
GaMBiT_KC8-Mar-05 0:19 
GeneralMultithreading and Appdomain Pin
joshi_vipul7-Mar-05 18:39
joshi_vipul7-Mar-05 18:39 
GeneralRe: Multithreading and Appdomain Pin
Robert Rohde7-Mar-05 19:28
Robert Rohde7-Mar-05 19:28 
With multithreading two tasks can run at the same time. E.g. one thread waiting for data coming from the internet and the other one doing immediatly processing what has come so far. This concept is also important if you want to do heavy calculation but the GUI should still be responsible (e.g. for cancelling).

Appdomains are something completely different. With them you can have isolated parts in your app which have no direct way to interact. All communication passes a boundary by remoting constructs in .Net. Appdomains are important when you need several security levels in one application, when dynamically loading and unloading assemblies and in many more situations which I cant remember now Wink | ;-) .


GeneralRe: Multithreading and Appdomain Pin
7-Mar-05 19:47
suss7-Mar-05 19:47 
GeneralRe: Multithreading and Appdomain Pin
J4amieC7-Mar-05 22:11
J4amieC7-Mar-05 22:11 
GeneralRe: Multithreading and Appdomain Pin
LongRange.Shooter8-Mar-05 2:42
LongRange.Shooter8-Mar-05 2:42 
GeneralDelete in Textbox Pin
chettu7-Mar-05 16:47
chettu7-Mar-05 16:47 
GeneralRe: Delete in Textbox Pin
Yulianto.7-Mar-05 19:47
Yulianto.7-Mar-05 19:47 
GeneralRe: Delete in Textbox Pin
chettu7-Mar-05 20:28
chettu7-Mar-05 20:28 
GeneralRe: Delete in Textbox Pin
Yulianto.7-Mar-05 21:00
Yulianto.7-Mar-05 21:00 
GeneralSystem.Net.WebException: The underlying connection was closed Pin
Liu Shuai7-Mar-05 10:42
Liu Shuai7-Mar-05 10:42 
GeneralTray Application Pin
kaka227-Mar-05 10:11
kaka227-Mar-05 10:11 
GeneralRe: Tray Application Pin
Liu Shuai7-Mar-05 10:31
Liu Shuai7-Mar-05 10:31 
GeneralRe: Tray Application Pin
bneacetp7-Mar-05 17:07
bneacetp7-Mar-05 17:07 
GeneralUsing Marshal Pin
gmhanna7-Mar-05 7:51
gmhanna7-Mar-05 7:51 
GeneralRe: Using Marshal Pin
Mathew Hall7-Mar-05 21:41
Mathew Hall7-Mar-05 21:41 
Generalcallback to c++ Pin
reuvenkupfer7-Mar-05 7:41
reuvenkupfer7-Mar-05 7:41 
GeneralAdding worksheets to Excelfiles Pin
zaubara7-Mar-05 6:50
zaubara7-Mar-05 6:50 
Questionhow to check if workstation is locked/logged off Pin
Rene_Steen7-Mar-05 6:15
Rene_Steen7-Mar-05 6:15 
GeneralPrinting HTML Files programmatically Pin
BrettMostert7-Mar-05 6:05
BrettMostert7-Mar-05 6:05 

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.