What is the role of Async and Await ?

1. Full .NET Interview Course (with PDF Book)
C# / ASP.NET Core / MVC / API - Top 500 Interview Questions
www.udemy.com/course/csharp-o...
Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.
2. Quick Revision Book (PDF format)
Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API
imojo.in/interviewhappy
50% Discount Applied on above link.
Don't worry if book not helping you, I will return 100% of your money with in 7 days of purchase. Just mail me at anuragrawat123@gmail.com.
My best wishes are with you.

Пікірлер: 23

  • @funwithriyu9693
    @funwithriyu9693 Жыл бұрын

    I appreciate the value of your informative videos.

  • @interviewhappy

    @interviewhappy

    Жыл бұрын

    Glad you like them! @ funwithriyu9693

  • @tcanbarasan
    @tcanbarasan Жыл бұрын

    Awesome videos bro. I was watching all your videos for the last couple of months. Thanks for all your videos 🙏

  • @interviewhappy

    @interviewhappy

    Жыл бұрын

    Glad you like them and thanks @tcanbarasan

  • @jagdishchimnapure4711
    @jagdishchimnapure47118 ай бұрын

    how it is called asynchronous if it is waiting for the result. I did not understood

  • @imhassane

    @imhassane

    6 ай бұрын

    When the execution reaches await, the task will be executed in another thread and while the main thread waiting for the response of that thread, it can treat other tasks. Imagine a web server, an Async task might be reading data from the database, while the data is being fetched, the main thread is not waiting for the database response, it can handle other incoming requests and when the database responds, the web server resumes its execution after the await keyword.

  • @vineetheee-a2422

    @vineetheee-a2422

    6 ай бұрын

    "asynchronous" doesn't necessarily mean that code is running concurrently or in parallel. Instead, it refers to the ability to handle operations that might take some time to complete without blocking the execution of the rest of the code. to operate this operation some methods are defined and "ASYNC and AWAIT" is the one method....

  • @maulasab3388

    @maulasab3388

    4 ай бұрын

    Me too

  • @maulasab3388

    @maulasab3388

    4 ай бұрын

    ​@@imhassanehow many threads works here

  • @avnishnegi7787
    @avnishnegi778711 ай бұрын

    i think this is the best explanation

  • @samuelk5847
    @samuelk5847Ай бұрын

    Nice!

  • @sachilkrishna
    @sachilkrishna10 ай бұрын

    Why not simply, Var i= method1(); Int j = method2(i); Normally It advances only if line 1 is completed, right?

  • @hedgehogform
    @hedgehogform2 ай бұрын

    Let's say you have a http server running on a new thread. How can I have methods that call a function that needs to run on the main thread from the HTTP server thread?

  • @Ok_do2961
    @Ok_do2961 Жыл бұрын

    Keep doing more videos on the web api sir

  • @interviewhappy

    @interviewhappy

    Жыл бұрын

    Sure 👍 will do @lakshmi2961

  • @Ok_do2961

    @Ok_do2961

    Жыл бұрын

    @@interviewhappy I learned c# from your short videos. Sir really you are a good teacher sir, thank you sir

  • @mohammedshahid8303
    @mohammedshahid8303 Жыл бұрын

    Can you please start these types of videos for SQL server as well?

  • @interviewhappy

    @interviewhappy

    Жыл бұрын

    Sure will try @mohammedshahid8303

  • @mohammedshahid8303

    @mohammedshahid8303

    Жыл бұрын

    @@interviewhappy thanks

  • @shankarpubg9413
    @shankarpubg94138 ай бұрын

    Is this java or js? The structure of code is like java but the syntaxs are like js, anyway this is good explanation sir

  • @yokeshchowdary1550

    @yokeshchowdary1550

    5 ай бұрын

    It is C#

  • @shankarpubg9413

    @shankarpubg9413

    5 ай бұрын

    ​@@yokeshchowdary1550oh

  • @AlizerLeHaxor
    @AlizerLeHaxor Жыл бұрын

    bot channel