Should I await long-running work in OnAppearing()?

Platform: .NET MAUI| Category: Performance

Do not block OnAppearing. Start the work, keep the task reference for cancellation/observation, and update the UI when the task completes.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.