Entries by ajtowf

Aurelia VS AngularJS 2.0

Angular I spend a couple of hours familiarizing myself with angular 2 for a pluralsight audition which resulted in the following screencast. Aurelia I then got an interesting comment that aurelia is the client side app framework to use. I try to be agnostic about the frameworks, libs and the tools that I use, so […]

Azure Bootcamp 2015 with Swenug

We’ll be speaking at Global Azure Bootcamp in Linköping about Identity and Access (AD) on the 25th of april, don’t forget to register! You can read more about it (in Swedish) on https://azurelkpg.eventday.com/. Cheers!

Asynchronous proxy for a synchronous WCF service

I recently had this scenario while working for a client where we wanted to consume a synchronous service asynchronously. We couldn’t change the service contract since it would break other proxy implementations. Luckily conventions implemented by the guys at microsoft made this task surprisingly easy, this is how we solved it. Let’s say our service […]

IST – IT For Education

The new year kicks off with an exciting new client that delivers IT for education. IST is the largest supplier of IT solution for schools and preschools in the Nordic region. IST develops and maintains flexible and limitless IT solutions for supporting one throughout the entire education life cycle – from preschool to university We’re […]

Office 365 OneDrive Offline Cache Size Problem

Office 365 offers 1TB of OneDrive storage to their subscribers for a fairly small fee and according to the rumors soon to be unlimited space. Excellent for backing up your family photos and videos, right? No! So what’s the problem? Even if we overlook the fact that the business version of OneDrive actually is a […]

SignalR Scaleout with SQL Server in Azure

A project for one of our customers recently had this scenario where mobile clients posted updates to a REST-backend running on one site and we needed to notify all clients browsing a different site. The first technique that came into mind was SignalR but we had only used it within the same app before. Now […]

socialtime.se lab days project

Lab days I’ve been super busy at work but finally I’ve come around for some fun lab days coding. The objective I’ve often wondered how much time we spend on social media apps on our phones. The idea came pretty naturally – create an app that accurately measures the time for us. Coding sessions The […]