Using BackgroundWorker with ProgressBar in WPF
问题 Hi i have an App where one of the jobs will be convert an Excel and pass all the records to the DB. So this takes a little time because it's more than 7000 rows that i will get and insert into the DB. So because this job takes a little time, more than 3 minutes, I'd like to use a ProgressBar to report progress of this job. So if i am doing this Job in Class that i have created, how can i use the backgroundWorker to report the progress to the progessBar in my case? My objective is be accurate