UWP Jump lists done right
I’ve spent some time the JumpList API for UWP apps recently and there were a couple of things that caught me by surprise that I wanted to share with you,…
I’ve spent some time the JumpList API for UWP apps recently and there were a couple of things that caught me by surprise that I wanted to share with you,…
Going native Docker for Windows and Mac were recently released as betas. You can enroll for early access here Docker has taken one step further towards making Docker feel like…
This is a follow up post on Getting started with .NET on Linux. In this post I'll explore the new cross-platform .NET framework to see if it's possible to develop…
Phew, day one of BUILD 2015 has passed and it was a blast. Here we’ll summarize our general impressions, and takeaways from the sessions we saw. Keynote A lot more…
A little tip if you, like me, are experience the chrome browser as sluggish and close to non working. I first started to notice that when you type in text…
Working with sensors on Windows Phone is should be a breeze, both thanks to the fine-grained APIs in Windows.Devices.Sensors classes and the higher-level APIs in e.g. the SimpleOrientationSensor. I’ve ran…
I’m currently working in a project creating a web-hybrid app on Windows Phone (and iOS and Android). My role is creating the Windows Phone version, and I’ve bumped into a few…
Parsing text is everywhere these days. Having a human readable-friendly data format is very compelling, and json one of the big players in this area. I often find myself copying…
Just a very short instruction on how to inspect native dump files with WinDbg: Get and install and then start WinDbg File - Open Crash Dump ~*kb Lists all the…
Why If you have an application built on pre .NET 4.0, you can’t use Visual studio to debug a dump file. Even if you can use Visual Studio, WinDbg offers…
What can I do? When Bob the tester comes, and tells me that the client application sometimes hangs for about 30 seconds, when Bob is doing nothing. This client, and…
The main points of our Effective and Infinite Storage in the Cloud session at TechDays 2010 in Sweden are listed below as well as links to all of our related…
22 to 0.3 seconds! I found a simple solution to a very common problem. While profiling I found that remove in this little method took a lot of the time.…