CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2011
    Posts
    8

    Windows Service Vs Console Application in Windows Tasks Scheduler.

    Hi,

    I want to know Advantages and Disadvantages of Windows Service and Console Application in Windows Tasks Scheduler.

    I have developed Console application in C# and run on specific time using Windows Tasks Scheduler.

    I have developed Windows Service application in C# and run on specific time.

    I want to know which one is better and why?

    - Thanks
    Zohaib.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Windows Service Vs Console Application in Windows Tasks Scheduler.

    Well, it depends on what you want to do really

    I do agree that there are numerous ways to skin a cat, but the principle is that you should develeop the right tool for the right job

  3. #3
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Windows Service Vs Console Application in Windows Tasks Scheduler.

    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured