Migrating from PCLStorage to .NET Standard 2.0
If you’re a Xamarin Forms developer, you’ve likely used PCLStorage (or other Dependency Service) to interact with the target platform’s
Continue readingMigrating from PCLStorage to .NET Standard 2.0
Guidance for the modern developer
If you’re a Xamarin Forms developer, you’ve likely used PCLStorage (or other Dependency Service) to interact with the target platform’s
Continue readingMigrating from PCLStorage to .NET Standard 2.0
I was given the honor of having early access to Windows 10 on ARM (WoA) so that I could chronicle the experience
Continue readingWindows 10 on ARM: Day-One Developer Experience
Microsoft has opened up the ability to have a 3D app launcher to all developers in the Fall Creator’s Update.
Continue readingCreating 3D Icons for your Mixed Reality UWP app
Did you just get a new Mixed Reality headset? Were you so excited that you ripped open the box and
Continue reading“Cannot download Windows Mixed Reality software” error fix!
The upcoming Windows 10 update, the Fall Creator’s Update, introduces a new design system, Microsoft Fluent Design System. The design
I wanted to be able to have my office shades go up or down automatically, depending on the amount of
You know that bottom drawer on the Windows 10 navigation app where the upcoming turns are in a list? You
I was given a Surface Dial the other day and I thought “what can I do with this to create a better
Learn how to create a custom tool to plug into the RadImageEditor using Win2D … Continue readingBuild A Custom Win2D RadImageEditor Tool
I recently needed to send image data to a server for processing and thought I’d share how to do that
Continue readingSending Image Data with parameter using HttpClient Post