Recent Posts
Windows Azure may be used for storage of personal data on Swedish citizens
This is HUGE: Swedish government agency "Datainspektionen", in charge of protecting Swedish personally identifiable information about Swedish citizens, acknowledges that Microsoft and Windows Azure lives up to the necessary rules and regulations that Swedish law demands in regards to protecting and overseeing the management of personal data for Swedish citizens.
Dev.Cast Interview on Windows Azure (in Swedish)
Swedish Microsoft Evangelist Dag König just published a really big interview with me about Windows Azure. It’s in Swedish but I still want to point to it from my blog also for my Swedish readers.
GlobalWindowsAzure a truly global Windows Azure community event
The Global Windows Azure Bootcamps is a set of locations globally where a bunch of community involved experts will give a full day of Windows Azure training for free. The date is April 27, 2013.
HowTo wait in a WorkerRole using Timer and EventWaitHandle over Thread.Sleep
This post shows a simple and a more advanced way to wait for a specific time when executing code. The main purpose of this post is to use the functionality in a Windows Azure WorkerRole which is a class in a Windows Azure deployment that inherits RoleEntryPoint. The approach is to use System.Timers.Timer in conjunction with System.Threading.EventWaitHandle rather than the default template code that uses System.Threading.Thread.Sleep.
Continuous Delivery to Windows Azure Not Only Microsoft Style with TeamCity
Here is the write up on how to Use Git, GitHub and TeamCity to push-build-test your Windows Azure Web Sites (WAWS) and by means of Continuous Delivery (CD) to Windows Azure. We are also going to run TeamCity on a Windows Azure Virtual Machine (VM or WAVM).
Windows Phone 8 – watch out iPhone and Android… Yes seriously!
The launch of Windows Phone 8 was the most well directed, feature stuffed and well played launch event from Microsoft to date. Also stabs at the competition were open, pointy and directed at the heart mainly of Apple’s iPhone but also indirectly towards the Android camp.
Windows Azure Conf 2012 – I’m a speaker!
There is a very cool conference a’brewin’: Windows Azure Conf which will be on Channel 9 and streamed live later this month. Sign up at the web site and be there to learn some of the hottest new cool stuff on the Microsoft Windows Azure Platform.
Windows Azure FAST contest with Las Vegas 1st Prize
Wooah - Game ON folks! Don't miss the Microsoft contest to share a story about how Windows Azure makes you FAST!
It’s alive! My site is Baack!
My home server BLEW UP and I have been down for a week. I did not want to loose my head along with my server so I took my sweet time to relaunch in style. I'm baaack. So much better site. There are a few more things to fix before done. So far so good. Take a look:
Howto put .Net Framework 4.5 Beta & ASP.NET MVC 4 Beta on Windows Azure
Here are the steps you need to take in order to put .NET Framework 4.5 Beta and ASP.NET MVC 4 on Windows Azure and run it in a Web Role.