Realdolmen Education

Détails

Windows Store App Performance

Ce cours n'est actuellement pas prévu sur le calendrier ouvert, mais peuvent être organisé sur demande.

Demande de cours

Nombre de jours

2 day(s)

Doelgroep

Windows Store App developers

Voorkennis

Kennis van XAML & C#

Doel

Het doel van deze cursus is om de aanwezigen te tonen hoe een Windows Store App zo performant mogelijk kan gehouden worden – een essentiële vaardigheid bij het ontwikkelen van zulke applicaties

Methode

Instructor-led met oefeningen

Beschrijving

Deze opleiding wordt aangeboden aan developers met al wat ervaring in het ontwikkelen van Windows Store apps & merken dat hun applicatie toch niet zo snel gaat als gewenst, of gewoon voor te beginnen met ontwikkelen reeds veel best practices omtrent performance willen leren.

Inhoud

  • Application Lifecycle Performance
    • Splash screens
    • XAML parsing
    • Assembly references
  • General XAML performance tips
    • Performance strategies
    • Resource dictionaries
    • UI virtualization
  • Animation performance
    • Dependent & independent animations
    • Animation library
  • Media performance
  • Data performance
    • Incremental & Random Access virtualization
  • Task performance
    • Keeping the UI thread responsive
    • Offloading work
    • Dispatching
    • Cancelling tasks
    • Task strategies
  • File system performance
  • Analyzing performance