Click here to Skip to main content
15,904,934 members
Home / Discussions / C#
   

C#

 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:37
sitebuilderLuc Pattyn20-Jan-11 6:37 
QuestionDatabase back up from asp.net Pin
yesu prakash20-Jan-11 1:02
yesu prakash20-Jan-11 1:02 
AnswerRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 1:54
mveRichard MacCutchan20-Jan-11 1:54 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:15
yesu prakash20-Jan-11 17:15 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:16
yesu prakash20-Jan-11 17:16 
GeneralRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:37
Mahendra Vishwakarma20-Jan-11 20:37 
GeneralRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 21:30
mveRichard MacCutchan20-Jan-11 21:30 
QuestionRe: Database back up from asp.net Pin
Paladin200020-Jan-11 4:04
Paladin200020-Jan-11 4:04 
AnswerRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:36
Mahendra Vishwakarma20-Jan-11 20:36 
QuestionSetup and File association Pin
Eduard Keilholz20-Jan-11 0:09
Eduard Keilholz20-Jan-11 0:09 
AnswerRe: Setup and File association Pin
GenJerDan20-Jan-11 3:40
GenJerDan20-Jan-11 3:40 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:00
Eduard Keilholz20-Jan-11 21:00 
AnswerRe: Setup and File association Pin
J a a n s20-Jan-11 16:57
professionalJ a a n s20-Jan-11 16:57 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:02
Eduard Keilholz20-Jan-11 21:02 
QuestionModal window Pin
fififlowertot19-Jan-11 23:26
fififlowertot19-Jan-11 23:26 
AnswerRe: Modal window Pin
DaveyM6920-Jan-11 0:55
professionalDaveyM6920-Jan-11 0:55 
AnswerRe: Modal window Pin
#realJSOP20-Jan-11 4:44
professional#realJSOP20-Jan-11 4:44 
AnswerRe: Modal window Pin
Paladin200020-Jan-11 7:50
Paladin200020-Jan-11 7:50 
GeneralRe: Modal window Pin
OriginalGriff20-Jan-11 8:29
mveOriginalGriff20-Jan-11 8:29 
GeneralRe: Modal window Pin
Paladin200020-Jan-11 8:41
Paladin200020-Jan-11 8:41 
GeneralRe: Modal window Pin
OriginalGriff21-Jan-11 1:30
mveOriginalGriff21-Jan-11 1:30 
GeneralRe: Modal window Pin
Paladin200021-Jan-11 3:18
Paladin200021-Jan-11 3:18 
GeneralRe: Modal window Pin
OriginalGriff21-Jan-11 5:12
mveOriginalGriff21-Jan-11 5:12 
All your static class is doing is moving the instantiation out of the original class, and making the input message harder to use.
It also depends on the (unknown) Input form to return "OK" or "Cancel" rather than "Yes", "No" or "Cancel".

Why make it static? If all you want to do is hide the instantiation, put it in s non-static method and you get exactly teh same result, but better contained. You could make that static if you really wanted to, but I wouldn't necessarily bother.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

AnswerRe: Modal window Pin
RaviRanjanKr23-Jan-11 17:50
professionalRaviRanjanKr23-Jan-11 17:50 
QuestionIncrease Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya19-Jan-11 23:06
Mugdha_Aditya19-Jan-11 23:06 

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.