Difference between Task vs Void | async Task vs Void | When to use Async Task, void and generic Task

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • in this video, I am talking about when to use Task vs Void vs Generic Task in asynchronus Programming. What are disadvantage of async void.

КОМЕНТАРІ • 10

  • @poojagaur4643
    @poojagaur4643 9 місяців тому +1

    I feel like these short informative videos are way better than most of the currently available university courses. You just keep the way more relevant, the explanations are always clear and useful!😊

  • @user-bb6xo7sk4i
    @user-bb6xo7sk4i 9 місяців тому +1

    I didn’t knw the actual difference before but now its crisp clear Thank u for sharing such great nd interesting info with us🙂

  • @sreenucnu4641
    @sreenucnu4641 9 місяців тому +1

    Great explanation bro. simply super

  • @shobhamahadev118
    @shobhamahadev118 7 місяців тому +1

    Async void - used to execute background logic alone without having dependency on other task.
    async task - would be dependent on other tasks.

  • @parth7450
    @parth7450 8 місяців тому +1

    Sir what Is difference between iactionresult and actionresult pls make video

    • @codewithparveenyadav
      @codewithparveenyadav  8 місяців тому

      sure, Thanks for Commenting. I will create and will share with you. ☺️