.NET Background Services: Everything You Need To Know

แชร์
ฝัง

ความคิดเห็น • 8

  • @joysamuelkamlomo8684
    @joysamuelkamlomo8684 4 หลายเดือนก่อน +1

    Very well articulated content.

    • @mdbouk
      @mdbouk  4 หลายเดือนก่อน +1

      Thank you Joy

  • @JoaoSilva-ek5vo
    @JoaoSilva-ek5vo 6 หลายเดือนก่อน +1

    Hey Mohamad! I've been watching your videos, and currently you are my most reliable source for .NET, thank you for your contribution, keep doing what you do best!

    • @mdbouk
      @mdbouk  6 หลายเดือนก่อน +2

      Thanks, Joao! What a nice thing to say 🙏Stay tuned for more 🚀

  • @jorgepedraza1275
    @jorgepedraza1275 6 หลายเดือนก่อน

    Hi, one question: How to manually start background service? That is, it does not start automatically when the web API is run for the first time. 🤔

    • @mdbouk
      @mdbouk  5 หลายเดือนก่อน +1

      yes, it does start automatically (after registering it in your `Program.cs`). If you want it to run once, remove the timer or any loop you are doing in the background service and it will run once.