I’m working on a mobile app for the moment and decided it was a good opportunity to look into the Windows Azure Mobile Services. During my investigation I have found the following articles particular usefull. Client side query syntax: http://www.c-sharpcorner.com/UploadFile/0926bc/crud-operation-in-htmljavascript-using-windows-azure-mobile/ If you need to query for all items in an […]
Estimated reading time: 1 minute
This guide describes how to create the developer certificates needed for publishing Iphone apps on a windows machine. http://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows To run a IOS machine with virtualbox check out this tutorial: http://www.macbreaker.com/2013/01/iatkos-ml2-mountain-lion-virtualbox.html To distribute your app for beta testing, this guide will help: http://3qilabs.com/2012/07/how-to-ad-hoc-distribute-your-ios-app-via-a-website-and-ota/
Estimated reading time: 29 seconds
If you want to test that you worker role can recycle correctly when the configuration settings are changed, it’s possible to do so on your local developer machine, if you do the following. First you role can’t be running with debugger attached since it will put the role in an […]
Estimated reading time: 44 seconds
At the moment I’m working on a Windows Azure project, which I hope to reveal soon. In my quest to make it as cheap as possible to run my application, I have decided to replace my queue polling with a pub-sub pattern instead, so I saving money on queue transactions […]
Estimated reading time: 2 minutes
I’m working on a spare time project where I’m using node.js and mongodb to get more familiar with the whole nosql movement. It is an interesting adventure, but it requires a little rethinking on how to model your database, I found this good podcast on how typical relational database design […]
Estimated reading time: 28 seconds
A month ago I passed the 70-576 certification, and only a few days later Microsoft was giving away vouchers for a free 70-480 certification, which obviously was impossible for me to resist. So now, I’m reading up on some HTML5, Javascript, and CSS to prepared for the test. I have […]
Estimated reading time: 1 minute
This weekend I’m trying to do some serious Android development for the first time. It’s been a while since I last done mobile development, infact more than 3 years. This series of blog post is gonna cover my experiences with it. Setting up environment I got a HTC one S […]
Estimated reading time: 2 minutes
Today I had time to boot up my Virtual Box image with Windows 2012 Server for some SharePoint 2012 action. And after only a few minutes I was very frustrated with how often Internet Explorer 10 crashed just to reopen the pages again. The solution to the problem was to […]
Estimated reading time: 42 seconds
Microsoft is preparing for a new line of certification for the release of SharePoint 2013. So far not much information have been revealed, but on this page more will probably come in a near future. http://www.microsoft.com/learning/en/us/certification/cert-sharepoint-server.aspx Note that the links to the actual certifications are broken, they should have been: […]
Estimated reading time: 1 minute
I just wanted to share a list of useful powershell commands that I use every once in a while, the list will most likely keep growing. I have divided it into two sections one for SharePoint related commands and one for just plain old ps commands. Powershall Commands Add-PSSnapin “Microsoft.SharePoint.Powershell” […]
Estimated reading time: 1 minute