I have an excel sheet that contains 50,000 rows, Now I have to update these using EF. but Without full-cycle complete, I can't send any success message to the user, and the web page shows "Processing....." and every other operation is stopped, when the operation is done after 10-15 min later, then the user can see the success message. Now I want to do: User can see progress, such as "1000/ 50000 data updated", "2000/ 50000 data updated", "50000/ 50000 data updated". and user can do other operation between the current operation.
I tried using Async, But I can't find out the exact result.
Technology: Asp.Net Core MVC 3.1 EF Core 3.1 SQL server 2017