Microsoft build 2017 – wrap up – everyone welcome
Build has now come to a close, and some exciting new things were shown. It definitely feels like a new Microsoft when compared to a few years ago. A lot more…
Build has now come to a close, and some exciting new things were shown. It definitely feels like a new Microsoft when compared to a few years ago. A lot more…
First day of build is now over. One thing is for sure, it sure was a lot more focused than previous years. If, Chat-bots, IoT, machine learning and cloud catches…
While attending Build I got the opportunity to try out developing a few simple things for the HoloLens. In this post I will let you know my takeaways from the…
Keynote A keynote full of demos and details. It started off with some media streaming and quickly went on to a demo of the Surface Hub meeting-screen together with Power…
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…
Wow. The level of innovation and new products that Microsoft showed yesterday with HoloLens, Surface Hub and Windows 10 is rare to get in one event – we are mightily…
Recently I needed to publish a simplish node.js application on Azure. It were already running smoothly on heroku so I figured that it shouldn’t be any issue to just deploy…
NOTE What I will be showing in this post is not a fully-fledged RFP-library. There is quite a few shortcuts that have been made, heck the code will not even…
This blog post is part of a series about how Windows Phone 8.1 affects developers. The series is written in collaboration with Microsoft evangelist Peter Bryntesson, check out his blog…
You want to do what? In a recent project I had a problem with some form of memory leak. Since the project used Autofac I figured that we could use…
What’s going on here? Mads Torgersen have commented on two language feature suggestions on uservoice. Noting that they are actively working on them. If you have not voted for your…
So, you just installed en English copy of Windows 8 and have set your culture to Swedish. All is good and well. Until you take a look on the start screen and note that a lot of the apps are in Swedish for some reason. (more…)
During a recent re-factoring of some JavaScript I accidentally removed the last line of a function that told the UI to re-render according to the new data. After that I figured, why not move this outside of the…