Click here to Skip to main content
15,917,795 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How Windows knows .Net EXE's? Pin
ranandbe9-Oct-07 2:22
ranandbe9-Oct-07 2:22 
GeneralRe: How Windows knows .Net EXE's? Pin
Colin Angus Mackay9-Oct-07 3:04
Colin Angus Mackay9-Oct-07 3:04 
QuestionVisual Studio like Watch component Pin
noon428-Oct-07 23:29
noon428-Oct-07 23:29 
GeneralRe: Visual Studio like Watch component Pin
Paul Conrad31-Dec-07 9:27
professionalPaul Conrad31-Dec-07 9:27 
QuestionWindows Service OR Console Application AS Windows Scheduler Task Pin
Vipul Mehta8-Oct-07 2:46
Vipul Mehta8-Oct-07 2:46 
AnswerRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
Scott Dorman8-Oct-07 4:05
professionalScott Dorman8-Oct-07 4:05 
GeneralRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
Vipul Mehta8-Oct-07 18:03
Vipul Mehta8-Oct-07 18:03 
AnswerRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
mariano.mazzieri8-Oct-07 4:19
mariano.mazzieri8-Oct-07 4:19 
I would choose a console application, since you must perform some operations and done, right? Most windows services are listening at a particular tcp port, in where requests are attended. Most of times they're ment to run forever perfoming operations under the system account. So, if you choose this way, you will have to take care of schedlule by your own -Windows Task Scheduler applies to regular executable programms or batch files onlyI would choose a console application, since you must perform some operations and done, right? Most windows services are listening at a particular tcp port, in where requests are attended. Most of time they're meant to run forever performing operations under the system account. So, if you choose this way, you will have to take care of Schedule by your own -Windows Task Scheduler applies to regular executable programs or batch files only, although you can write a batch to start a service and another to stop it...

Hope this helps
GeneralRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
Vipul Mehta8-Oct-07 17:51
Vipul Mehta8-Oct-07 17:51 
GeneralRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
Dave Kreskowiak8-Oct-07 17:59
mveDave Kreskowiak8-Oct-07 17:59 
GeneralRe: Windows Service OR Console Application AS Windows Scheduler Task Pin
Vipul Mehta8-Oct-07 18:32
Vipul Mehta8-Oct-07 18:32 
QuestionVirtual Memory Problem Pin
mariano.mazzieri8-Oct-07 2:14
mariano.mazzieri8-Oct-07 2:14 
Questionreflection issue Pin
Tauseef A7-Oct-07 23:04
Tauseef A7-Oct-07 23:04 
QuestionBug: AppDomain needs to load Assembly twice Pin
Doomii7-Oct-07 21:18
Doomii7-Oct-07 21:18 
AnswerRe: Bug: AppDomain needs to load Assembly twice Pin
originSH8-Oct-07 3:28
originSH8-Oct-07 3:28 
GeneralRe: Bug: AppDomain needs to load Assembly twice Pin
Doomii8-Oct-07 5:41
Doomii8-Oct-07 5:41 
GeneralRe: Bug: AppDomain needs to load Assembly twice Pin
originSH8-Oct-07 6:23
originSH8-Oct-07 6:23 
GeneralRe: Bug: AppDomain needs to load Assembly twice Pin
Doomii8-Oct-07 8:18
Doomii8-Oct-07 8:18 
GeneralRe: Bug: AppDomain needs to load Assembly twice Pin
originSH8-Oct-07 10:08
originSH8-Oct-07 10:08 
QuestionDisplay Properties Pin
bfinighan7-Oct-07 18:21
bfinighan7-Oct-07 18:21 
GeneralRe: Display Properties Pin
Paul Conrad31-Dec-07 9:26
professionalPaul Conrad31-Dec-07 9:26 
Questionnew features of .net framework 2.0 at higher level Pin
mukkanti0076-Oct-07 22:37
mukkanti0076-Oct-07 22:37 
AnswerRe: new features of .net framework 2.0 at higher level Pin
Pete O'Hanlon7-Oct-07 9:07
mvePete O'Hanlon7-Oct-07 9:07 
GeneralRe: new features of .net framework 2.0 at higher level Pin
mukkanti0077-Oct-07 21:17
mukkanti0077-Oct-07 21:17 
GeneralRe: new features of .net framework 2.0 at higher level Pin
lmoelleb8-Oct-07 2:03
lmoelleb8-Oct-07 2:03 

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.