Resolve method delaying UI Visibility
Budget: $30 – $250 CAD
We have a .NET framework 4.8 application that implements an await-able Task for a method that calculates all MD5 hashes of files in a directory, which is very expensive for larger files, before or after UI is fully loaded.
If I copy a 20GB file with the UI already loaded, and once the timer checks on next interval.. full application freeze! And no return string.
We need a solution that allows this method to:
1. ) Process after Form1 loads
2. ) Contains progressBar support for the process
3. ) does NOT block the UI at any time
Method will be provided including the await-able string variable. We want this to be a drop-in-place solution to this problem.
Full project will not be provided due to security (MySQL connection strings, IPs, etc).
If I copy a 20GB file with the UI already loaded, and once the timer checks on next interval.. full application freeze! And no return string.
We need a solution that allows this method to:
1. ) Process after Form1 loads
2. ) Contains progressBar support for the process
3. ) does NOT block the UI at any time
Method will be provided including the await-able string variable. We want this to be a drop-in-place solution to this problem.
Full project will not be provided due to security (MySQL connection strings, IPs, etc).