Some time ago, I’ve written a post about Surface Dial programming. With the introduction of the Creator’s Update, some things have improved. In this post, I will show some changes and will…
Testing the UI of Windows Applications with Appium
You have finished you application, and you have created a lot of unit tests, it should be ok, no? Not quite. There are a lot of issues that can arise from the…
Parametrized tests with MS-Test
Recently, Microsoft introduced the new version of its test framework, MS-Test 2. With this new version, they introduced a new feature that I was waiting for a long time: parametrized tests (yes,…
Backup Revisited
After using the program developed in the last post, I was thinking about some ways to optimize it. Then I went to the FileFinder class and saw this: class FileFinder { public…
Poor man’s backup
Introduction When you have something digital, having backups is something fundamental to keep your data safe. There are many threats over there that can destroy your data: hardware failures, viruses, natural disasters…
Série de vídeos sobre sensores em UWP
Acabo de concluir uma série de vídeos sobre o uso de sensores em UWP, que publiquei no Channel 9. São vídeos curtos, com até 15 minutos cada. Vale a pena dar uma…
Multi-Monitor debugging in Visual Studio
When you have a multi-monitor device, you usually want to write code in one monitor and debug the program in another one. This is especially helpful when you want to debug some…
Working with the Surface Dial in UWP
Not long ago, Microsoft release its new device, the Surface Studio, a powerhorse with a 28” touch screen, with characteristics that make it a go in the wish list for every geek…
2016 Retrospective–Open Source Projects
2016 is coming to an end (What an year here in Brazil!), and we can see retrospectives everywhere. I don’t want to do a “What happened” or “What did I do” retrospective….
Debugging with OzCode
Introduction On my developer work, there are some tools that make my job much easier and I use them on a daily basis and miss them when I go to a computer…