Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
GeneralRe: COM port & Windows Service Pin
Wes Aday23-Sep-12 15:53
professionalWes Aday23-Sep-12 15:53 
GeneralRe: COM port & Windows Service Pin
abshmak23-Sep-12 16:17
abshmak23-Sep-12 16:17 
AnswerRe: COM port & Windows Service Pin
Bernhard Hiller23-Sep-12 20:42
Bernhard Hiller23-Sep-12 20:42 
GeneralRe: COM port & Windows Service Pin
abshmak25-Sep-12 12:54
abshmak25-Sep-12 12:54 
AnswerRe: COM port & Windows Service Pin
Richard Andrew x6424-Sep-12 7:24
professionalRichard Andrew x6424-Sep-12 7:24 
GeneralRe: COM port & Windows Service Pin
abshmak25-Sep-12 12:55
abshmak25-Sep-12 12:55 
AnswerRe: COM port & Windows Service Pin
abshmak25-Sep-12 13:01
abshmak25-Sep-12 13:01 
Questionways to execute C# console application Pin
classy_dog23-Sep-12 13:09
classy_dog23-Sep-12 13:09 
I am writing a C# 2010 console application that will have between 10 to 30 ways on how to run the application. The ways to run the application depends upon the parameter values that are supplied to the application. There a few ways to run the console application were the steps need to be completed successfully before the next step is executed.

I am trying to determine the best way to setup this application. Should I have the program determine how it should run by:

1. passing values to console application that will be run in the main method?
2. Should I use a database table that will be read to determine the way the program shoulld be executed on a particular run?
3. Is there an option using a windows service and/or scheduler?
4. Do you have any other options that will work?

Basically can you tell me what method you think would be the best and why? In adition can you tell me and/or point me to a reference that I can use to code your method of choice?
AnswerRe: ways to execute C# console application Pin
Richard MacCutchan23-Sep-12 21:58
mveRichard MacCutchan23-Sep-12 21:58 
QuestionC# namspace.Properties.Settings Pin
classy_dog23-Sep-12 13:09
classy_dog23-Sep-12 13:09 
AnswerRe: C# namspace.Properties.Settings Pin
Richard MacCutchan23-Sep-12 22:00
mveRichard MacCutchan23-Sep-12 22:00 
QuestionNeed To Decompile My Lost Solution Pin
SayedAbdElkrim23-Sep-12 7:08
SayedAbdElkrim23-Sep-12 7:08 
AnswerRe: Need To Decompile My Lost Solution Pin
Wes Aday23-Sep-12 8:04
professionalWes Aday23-Sep-12 8:04 
AnswerRe: Need To Decompile My Lost Solution Pin
Dave Kreskowiak23-Sep-12 8:49
mveDave Kreskowiak23-Sep-12 8:49 
AnswerRe: Need To Decompile My Lost Solution Pin
Abhinav S23-Sep-12 23:49
Abhinav S23-Sep-12 23:49 
AnswerRe: Need To Decompile My Lost Solution Pin
BobJanova24-Sep-12 0:36
BobJanova24-Sep-12 0:36 
AnswerRe: Need To Decompile My Lost Solution Pin
Nico Patitz24-Sep-12 1:40
Nico Patitz24-Sep-12 1:40 
AnswerRe: Need To Decompile My Lost Solution Pin
BillWoodruff25-Sep-12 22:17
professionalBillWoodruff25-Sep-12 22:17 
Questionhow to create this form? Pin
calcushtag23-Sep-12 3:27
calcushtag23-Sep-12 3:27 
AnswerRe: how to create this form? Pin
Wes Aday23-Sep-12 4:21
professionalWes Aday23-Sep-12 4:21 
AnswerRe: how to create this form? Pin
BillWoodruff24-Sep-12 19:25
professionalBillWoodruff24-Sep-12 19:25 
QuestionVS2010 solution file cleaning Pin
PozzaVecia22-Sep-12 22:59
PozzaVecia22-Sep-12 22:59 
AnswerRe: VS2010 solution file cleaning Pin
Wes Aday22-Sep-12 23:45
professionalWes Aday22-Sep-12 23:45 
QuestionGetting Data from Methods of Type Void Pin
ASPnoob22-Sep-12 20:01
ASPnoob22-Sep-12 20:01 
AnswerRe: Getting Data from Methods of Type Void Pin
Pete O'Hanlon22-Sep-12 21:21
mvePete O'Hanlon22-Sep-12 21:21 

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.