Azure Queues
I’ve been learning about using Queues in Azure and thought the best way to learn was to start writing an application to test this. My example site will probably only run on single instances; but I...
View ArticleAzure Gotcha’s – Storage Transactions
A quick post about using Azure to test things… I decided to see if I had gone over any of my allowances with my MSDN Azure Account. (These cost money and it’s always a good idea to check at least once...
View ArticleI feel a project coming together
As a way of trying to put all the stuff that I am learning together. I’ve come up with a project. I have been attempting to write a game for ages and have decided to make it using all the new Microsoft...
View ArticleDecisions Decisions – Solution Structure and how to get things done
I spent most of this weekend, researching different ways to achieve my project. There are certain things that I know I want to do: Adopt a Three Tier Approach. Multiple Clients (Including a Website) A...
View ArticlePlumbing in Place
Spent last weekend and some of the start of my Xmas holiday trying to finalise the plumbing between my three tiers. There are now two types of services in the middle tier. OData read-only service. This...
View Article