I have a database with almost 600 million records. I want to perform search directly by uploading excel file, so when I upload excel file, it should start searching in background, and showing status as 'In Progress' once it is complete its the process should stop and give message as 'Completed'
I can write code for uploading file xls file and search through normal way, but how to WRITE using BACKGROUND WORKER in asynchronous mode using asp.net C#.
I would be uploading excel file with 50,00 record to perform search from 600 million records in database.