Tagged in

Uwp

Corrado Cavalli
Corrado Cavalli
I’m a Senior Software Engineer at Microsoft, former Xamarin/Microsoft MVP and, when not in front of a monitor, a passionate mountain biker and ski tourer.
More information
Followers
27
Elsewhere
More, on Medium

Trace application flow easily

UWP applications are compiled using .NET Native compiler as detailed here
This process gives many advantages over JIT compilation:

  • -Up to 60% performance improvement on cold startup times

Lottie animations in UWP

Lottie is a library created by Airbnb team that parses animation created using Adobe’s After Effects and exported as json file using Bodymovin plugin. 
The library was targeting iOS ,Android and React native initially, but thanks to the hard work of community developers a version for…