The NEW Way to Create Windows Services

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 46

  • @pedroaugusto656
    @pedroaugusto656 Год назад +1

    This is Gods work, I was about to download 15GB of Visual Studio just to have this template when I found this video. Thanks!

    • @RDT
      @RDT  Год назад

      Sure thing 😊

  • @DaniLearnsIT
    @DaniLearnsIT 4 месяца назад +1

    I didn't know you can override StartAsync and StopAsync! Thank you! :)

  • @ryc1656
    @ryc1656 Год назад +1

    This video is fantastic! Helped greatly with my first Windows Service project for work. Thank you!

    • @RDT
      @RDT  Год назад

      You're welcome Ry, glad you liked it - Windows Services are so much easier to write now 🙂

  • @rogerpence
    @rogerpence 2 года назад +2

    Chris--You're doing a great job with these concise and helpful videos. Thank you very much.

    • @RDT
      @RDT  2 года назад

      Thank you Roger, really glad to hear it was helpful.

  • @KarthikS30712
    @KarthikS30712 Год назад

    7:36 to 7:38. Chris, you look relieved that didn't throw up any more dependency issues!

    • @RDT
      @RDT  Год назад +1

      😅 lol, good spot! it’s always a game of roulette!

  • @Nerroc
    @Nerroc Год назад +1

    Amazing, you really helped me a lot, keep up this good channel!

  • @fadthegreat
    @fadthegreat 2 года назад

    Thank so much, I was able to publish and run my worker service as background service.

    • @RDT
      @RDT  2 года назад

      Awesome, glad it helped

  • @ananievnikola
    @ananievnikola Год назад

    Great time saver for a guy rusty on creating windows services like me :)

    • @RDT
      @RDT  Год назад

      Same! Nice and modern method

  • @binihalex8097
    @binihalex8097 Год назад

    Amazing. Short and precise explanation. Keep it up

  • @olavodias
    @olavodias Год назад +1

    Excellent video, straight to the point, very concise. I appreciate it.

  • @anju313
    @anju313 Год назад

    Great video, Thank you very much. Good luck for future videos.

  • @joseantoniosanchesgarcia9220
    @joseantoniosanchesgarcia9220 Год назад

    thank you bro, It worked for me

  • @olivier0003
    @olivier0003 Год назад

    quick, clear and useful ! Thanks

    • @RDT
      @RDT  Год назад

      😎

  • @ankushmadankar1756
    @ankushmadankar1756 3 года назад

    Thank you considering using VS for publish n create new project.

    • @RDT
      @RDT  3 года назад +2

      I usually just use VS Code but then I realised including Visual Studio might be useful to viewers!

  • @rogerpence
    @rogerpence 2 года назад

    How about a quick video on using .NET 5+ with the CLI and VS Code?

  • @sean-qo4vc
    @sean-qo4vc Год назад

    This is very Cool... Thank you

    • @RDT
      @RDT  Год назад

      Glad you like it!

  • @siavashmehmandoost2198
    @siavashmehmandoost2198 Год назад

    Thank you for the really informative tutorial! Is there any way to keep the service running in sleep mode?

  • @BarneyMyBoy
    @BarneyMyBoy 2 года назад +1

    Thanks for this great tutorial. My goal is to run multiple instance of one windows services on the same machine. And each instance has its own run-time parameters to enable each instance of the service to work with different databases. Please advise.

    • @yuryeuceda8590
      @yuryeuceda8590 2 года назад +1

      Hello, What I suggest is to use for example a named pipe with the server side on the windows service and send json data thru the pipe and then apply command and factory design patterns and run every command on its own thread. That is what I did on a project.

    • @yuryeuceda8590
      @yuryeuceda8590 2 года назад +1

      If you want to see and example maybe I could program it and upload it to github

  • @RubyInferno
    @RubyInferno Год назад

    Can you add a service base/use ServiceController to send integers that can be read by a Windows Forms app through this? Thanks a lot!

  • @iandalrymple7255
    @iandalrymple7255 Год назад +2

    Thank you sir. Just what I needed to get a quick service up and running for a simple report emailer.

  • @andalamalasarathbabu2184
    @andalamalasarathbabu2184 Год назад +1

    i am trying to add people picker column in react web part in my page its giving erroe spfx version is 1.14.0

    • @RDT
      @RDT  Год назад

      What is the error you are getting?

  • @F1reb1ad3
    @F1reb1ad3 2 года назад +1

    Great video. I use PowerShell to install win services.

    • @RDT
      @RDT  2 года назад

      Thanks Andrew

  • @johnweston8188
    @johnweston8188 2 года назад +2

    This video was exactly what I was looking for! Short to the point, also appreciated the Visual Studio clips! Thank you

  • @riftgamefan
    @riftgamefan 2 года назад +2

    I am late to the party! However, I learned quite a bit from this video. Thank you!

    • @RDT
      @RDT  2 года назад +1

      It’s never too late 😉 Glad you enjoyed the video!

  • @muchamaddestafadilah
    @muchamaddestafadilah Год назад

    Hi, can i ask something sir. can we read the log txt with windows services?

  • @andalamalasarathbabu2184
    @andalamalasarathbabu2184 Год назад +1

    hi Robert

  • @MicheleGuzzini3
    @MicheleGuzzini3 Год назад

    Excellent video, straight to the point! This helped me a lot!

  • @jamescleveland8737
    @jamescleveland8737 Год назад

    Brilliant video, thanks Chris

  • @whoamiservidorasdad
    @whoamiservidorasdad Год назад

    Professor o senhor me ajudou muito, eu agradeço de coração obrigado!

    • @RDT
      @RDT  Год назад

      You’re most welcome 🙏

  • @henningfrestad1496
    @henningfrestad1496 2 года назад

    Thank you for an amzing video :)
    I do however have a slight problem. I am unable to start,stop ect. the service from windows service manger (Buttons are grey). I can controll the service from cmd using "sc.exe stop/stop ...", and I confirmed that this works by checking the log. When i stat the service in cmd i get this:
    SERVICE_NAME: DotNetWindowsServiceDemo
    TYPE : 10 WIN32_OWN_PROCESS
    STATE : 2 START_PENDING
    (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
    WIN32_EXIT_CODE : 0 (0x0)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x7d0
    PID : 21344
    FLAGS :
    Do you have any idea on what might be the problem, or where to start looking?
    Any help will be appreciated :)
    Ps: I am new to C# (But followed your guide in detail)