(#47) Making Async call using entity framework core | Asp.Net Core tutorial

preview_player
Показать описание
Asp.Net core tutorial: In this video, we will convert database calls to async calls.

#AsyncCall #SaveChangesAsync #Nitish

Join this channel to get access to perks:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Follow us on
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Popular free courses from WebGentle
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

First of all, thank you for this great effort and explanation. I liked how you explained this tutorials in simple yet deep manner.

I wish you went through this video in a little more depth so we understand WHY we are doing what we are doing and not just copy and paste code without understanding.

adnanmohamed
Автор

What is the difference between async methods and sync (Normal) methods? and which one is better to use?

TheAhmedasdasd
Автор

Async does not improve speed. In fact, Async is slightly slower because of the overhead of saving and resuming state. Async improves scalability and responsiveness.

gostad
Автор

Thanks for the video. Very helpful for introduction. Can you please explain the concept little in depth why we need to use Task and/or Task<IActionResult> ? From that, we can implement this knowledge to our methods if we have different method signature. Thanks again :)

jemschaudhary
Автор

When we use AddAsync and SaveChangeAsync they are working parallel, does this may make problem for us?

pourianayeb
Автор

sir 48th video unable to access. pl give access pl sir.

nainasaha