As a .NET developer i have been working 3 C# Windows applications (database updation, crawling data, and downloading an Excel file for importing to database). I have create these 3 projects separately and these 3 application run in background and show every notification on desktop only.
My questions:
- How to run these 3 applications on single application?
- How to run my second application in background? How to start it when i shutdown and restart the system or laptop?
- My 3rd application downloads and imports. once i start it downloading and importing process is once a week or a month, so i have a date picker select today date (06/10/2018 saturday) and week option. How to continue when i shutdown and restart my system?
- How to continue where it stopped after i shutdown or restart my application?
- These 3 applications are running on internet. How to pause and and run when internet available only?
- How to show windows form applications notification on web application?