Click here to Skip to main content
15,922,309 members
Home / Discussions / C#
   

C#

 
AnswerRe: Host WPF application on WEB Pin
Simon P Stevens22-Oct-10 1:13
Simon P Stevens22-Oct-10 1:13 
AnswerRe: Host WPF application on WEB Pin
#realJSOP22-Oct-10 1:41
professional#realJSOP22-Oct-10 1:41 
AnswerRe: Host WPF application on WEB Pin
Nish Nishant22-Oct-10 2:02
sitebuilderNish Nishant22-Oct-10 2:02 
GeneralRe: Host WPF application on WEB Pin
Abhinav S22-Oct-10 2:47
Abhinav S22-Oct-10 2:47 
GeneralRe: Host WPF application on WEB Pin
Nish Nishant22-Oct-10 4:15
sitebuilderNish Nishant22-Oct-10 4:15 
AnswerRe: Host WPF application on WEB Pin
Abhinav S22-Oct-10 2:46
Abhinav S22-Oct-10 2:46 
GeneralRe: Host WPF application on WEB Pin
VisualLive23-Oct-10 19:17
VisualLive23-Oct-10 19:17 
QuestionFind Label in Gridview Footer Row in javascript Pin
SatyaKeerthi1521-Oct-10 23:33
SatyaKeerthi1521-Oct-10 23:33 
AnswerRe: Find Label in Gridview Footer Row in javascript Pin
OriginalGriff22-Oct-10 1:10
mveOriginalGriff22-Oct-10 1:10 
AnswerRe: Find Label in Gridview Footer Row in javascript Pin
Abhinav S22-Oct-10 3:06
Abhinav S22-Oct-10 3:06 
QuestionPage refresh Pin
juman_achu21-Oct-10 23:15
juman_achu21-Oct-10 23:15 
AnswerRe: Page refresh Pin
Łukasz Nowakowski21-Oct-10 23:27
Łukasz Nowakowski21-Oct-10 23:27 
GeneralRe: Page refresh Pin
juman_achu21-Oct-10 23:33
juman_achu21-Oct-10 23:33 
GeneralRe: Page refresh Pin
Łukasz Nowakowski21-Oct-10 23:34
Łukasz Nowakowski21-Oct-10 23:34 
GeneralRe: Page refresh Pin
juman_achu21-Oct-10 23:40
juman_achu21-Oct-10 23:40 
GeneralRe: Page refresh [modified] Pin
thatraja21-Oct-10 23:58
professionalthatraja21-Oct-10 23:58 
QuestionI am confused with Delegates, Events and Threads Pin
rahul.kulshreshtha21-Oct-10 20:15
rahul.kulshreshtha21-Oct-10 20:15 
AnswerRe: I am confused with Delegates, Events and Threads [modified] Pin
Sivaraman Dhamodharan21-Oct-10 20:58
Sivaraman Dhamodharan21-Oct-10 20:58 
You can go with threading for parallel execution. Create a backgroud thread for your functions that run in parallel and does not need any user interactions.

Delegate and events both are kind of "Call the piece of code that I supply when something happened". So it states that your piece code will not guaranteed to run in parallel. But, it will run when delegate in invokes and event is fired.

modified on Friday, October 22, 2010 3:07 AM

GeneralRe: I am confused with Delegates, Events and Threads Pin
rahul.kulshreshtha21-Oct-10 21:45
rahul.kulshreshtha21-Oct-10 21:45 
GeneralRe: I am confused with Delegates, Events and Threads Pin
Sivaraman Dhamodharan21-Oct-10 23:16
Sivaraman Dhamodharan21-Oct-10 23:16 
AnswerRe: I am confused with Delegates, Events and Threads Pin
DaveyM6921-Oct-10 21:29
professionalDaveyM6921-Oct-10 21:29 
GeneralRe: I am confused with Delegates, Events and Threads Pin
rahul.kulshreshtha21-Oct-10 21:50
rahul.kulshreshtha21-Oct-10 21:50 
AnswerRe: I am confused with Delegates, Events and Threads Pin
Sauro Viti21-Oct-10 23:29
professionalSauro Viti21-Oct-10 23:29 
QuestionLogging on Removable Device Pin
wenlong8821-Oct-10 19:22
wenlong8821-Oct-10 19:22 
AnswerRe: Logging on Removable Device Pin
Dave Kreskowiak22-Oct-10 0:59
mveDave Kreskowiak22-Oct-10 0:59 

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.