Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
QuestionClass Design Pin
tadhg8813-Mar-07 4:37
tadhg8813-Mar-07 4:37 
AnswerRe: Class Design Pin
netJP12L13-Mar-07 8:13
netJP12L13-Mar-07 8:13 
AnswerRe: Class Design Pin
mike montagne13-Mar-07 10:02
mike montagne13-Mar-07 10:02 
Questionplease display image on report Pin
waleed9913-Mar-07 4:10
waleed9913-Mar-07 4:10 
Questionflexgrid Pin
sreerajknair13-Mar-07 3:44
sreerajknair13-Mar-07 3:44 
AnswerRe: flexgrid Pin
kubben13-Mar-07 3:59
kubben13-Mar-07 3:59 
QuestionC# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 3:28
Antony M Kancidrowski13-Mar-07 3:28 
AnswerRe: C# code builds all the time whether it is current or not Pin
Mike Dimmick13-Mar-07 5:02
Mike Dimmick13-Mar-07 5:02 
It may appear to be going through the build process all the time, but in fact it's actually just evaluating whether it needs to build anything. Unfortunately this seems to take just as long as just building the code would have done.

You can tell the difference: if it actually builds anything, it will output the compiler command line. If not, it won't.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: C# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 6:51
Antony M Kancidrowski13-Mar-07 6:51 
GeneralRe: C# code builds all the time whether it is current or not Pin
Daniel Grunwald13-Mar-07 9:44
Daniel Grunwald13-Mar-07 9:44 
GeneralRe: C# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 14:22
Antony M Kancidrowski13-Mar-07 14:22 
QuestionInsert Record Pin
Member 382880813-Mar-07 3:07
Member 382880813-Mar-07 3:07 
AnswerRe: Insert Record Pin
Colin Angus Mackay13-Mar-07 3:21
Colin Angus Mackay13-Mar-07 3:21 
GeneralRe: Insert Record Pin
netJP12L13-Mar-07 8:16
netJP12L13-Mar-07 8:16 
Questionsimple type Conversion from string to double Pin
Krugger40413-Mar-07 2:48
Krugger40413-Mar-07 2:48 
AnswerRe: simple type Conversion from string to double Pin
Stefan Troschuetz13-Mar-07 3:03
Stefan Troschuetz13-Mar-07 3:03 
GeneralRe: simple type Conversion from string to double Pin
Krugger40413-Mar-07 3:10
Krugger40413-Mar-07 3:10 
AnswerRe: simple type Conversion from string to double Pin
Guffa13-Mar-07 7:02
Guffa13-Mar-07 7:02 
AnswerRe: simple type Conversion from string to double Pin
Sandeep Akhare13-Mar-07 3:05
Sandeep Akhare13-Mar-07 3:05 
QuestionHandling DataSet Pin
ayyp13-Mar-07 2:34
ayyp13-Mar-07 2:34 
AnswerRe: Handling DataSet Pin
rah_sin13-Mar-07 2:40
professionalrah_sin13-Mar-07 2:40 
QuestionAdding a new column in the explorer of Windows Vista Pin
RalU198213-Mar-07 2:34
RalU198213-Mar-07 2:34 
Questionhow to get text from captcha image Pin
uday_kiran13-Mar-07 2:17
uday_kiran13-Mar-07 2:17 
AnswerRe: how to get text from captcha image Pin
Sandeep Akhare13-Mar-07 2:35
Sandeep Akhare13-Mar-07 2:35 
AnswerRe: how to get text from captcha image Pin
Dan Neely13-Mar-07 3:07
Dan Neely13-Mar-07 3:07 

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.