Simple AOP in JavaScript
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...
View ArticleSetting Windows 8 language
The problem 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 […]
View ArticleNews on the future of C# as a language
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 most wanted features...
View ArticleInstance counting with Autofac
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 it to find likely […]
View ArticleWindows Phone 8.1 for developers – the Background Media Player
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 here. Dude… what...
View ArticleCreating your very own RFP-library
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 deal with exceptions. Rather […] The post...
View ArticleDeploying a node.js application on Azure
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 and be done with […] The post...
View ArticleWindows 10 for developers
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 impressed. With Windows 10 […] The...
View ArticleBUILD 2015 – day 1
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 developer focused than we […] The...
View ArticleBUILD 2015 – day 2
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 BI for reporting. Windows […]...
View ArticleDeveloping for HoloLens using Unity
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 experience. A quick demo […] The post...
View ArticleInstance counting with Autofac
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 it to find likely sources for the leak. The solution?...
View ArticleWindows Phone 8.1 for developers – the Background Media Player
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 here. Dude… what...
View ArticleCreating your very own RFP-library
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 deal with exceptions. Rather than using this...
View ArticleDeploying a node.js application on Azure
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 and be done with it. TL:DR;...
View ArticleWindows 10 for developers
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 impressed. With Windows 10 powering...
View ArticleBUILD 2015 – day 1
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 developer focused than we had...
View ArticleBUILD 2015 – day 2
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 BI for reporting. Windows apps...
View ArticleDeveloping for HoloLens using Unity
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 experience. A quick demo to start things...
View ArticleMicrosoft Build 2017 – Day 1 – Chat bots and AI
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 your eye, this might have been heaven...
View Article