Asynchronous Programming in .NET - How ASYNC and AWAIT Work

Поділитися
Вставка
  • Опубліковано 12 тра 2024
  • ►► Master Web API development Best Practices: bit.ly/3TnqoFQ
    ►► Build great web apps in Blazor WebAssembly: bit.ly/437g87T
    ►► Support us on Patreon and get the source code: / codemaze
    In this video, I will talk about asynchronous programming in ASP.NET Core and share with you some additional info about the topic other than just how to modify the synchronous code to the asynchronous one. Of course, I will show you how to do that as well.
    Async programming is a parallel programming technique that allows the working process to run separately from the main application thread.
    By using async programming, we can avoid performance bottlenecks and enhance the responsiveness of our application.
    That’s because we are not sending requests to the server and blocking it while waiting for the responses.
    LINKS MENTIONED IN THE VIDEO
    ►► Onion Architecture - • Onion Architecture in ...
    FOLLOW US ON SOCIAL MEDIA!
    ►► / marinko-spasojevic
    ►► / codemazeblog
    ►► / codemazeblog

КОМЕНТАРІ • 11

  • @CodeMaze
    @CodeMaze  21 день тому +1

    Thank you all for watching and for your support.
    ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM
    ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33

  • @patrickagenonga9930
    @patrickagenonga9930 19 днів тому

    Great video on Async and Await

    • @CodeMaze
      @CodeMaze  19 днів тому

      Thanks! Thank you for watching as well.

  • @Fkn1405
    @Fkn1405 19 днів тому

    Great content. Thank you very much Code Maze!

    • @CodeMaze
      @CodeMaze  19 днів тому

      My pleasure! Thank you for watching the video.

  • @elpe21
    @elpe21 21 день тому

    Well done. I would also add / explain cancellation token

    • @CodeMaze
      @CodeMaze  21 день тому +2

      Thanks. Yeah, make sense. Maybe I can do that in a separate video. It is always an interesting topic.

  • @10Totti
    @10Totti 21 день тому

    Great video!

    • @CodeMaze
      @CodeMaze  21 день тому +1

      Glad you enjoyed it mate.

  • @shabanelmogy7912
    @shabanelmogy7912 21 день тому

    thanks

    • @CodeMaze
      @CodeMaze  21 день тому

      You are most welcome.