Questions
- How can you make a WinForms application scale properly on high-DPI screens or normal-DPI large screens?
- How do you cope with long file paths on Windows?
- How can you keep users engaged when your application takes a long time to start?
- How can you keep an application responsive to user input when you have a long-running process in operation?
- What caching methods can you use to speed up access to resources?
- How can you load only part of a web page?
- Name two frameworks for performing network data transfer and real-time networked communication?
- Name three accessibility methods available in MAUI.
- How do you include an existing Blazor web application in an MAUI project?
- When your application is already loaded, and a user kicks off a long-running operation, what controls can you use to provide user feedback so that users don’t think your WinUI 3 application has crashed?