Web App Template The Web Application Template (WAT) is a great way to create a presence in the Windows App Stores if you already have a suitable web application. It provides a native application wrapper which provides code to hook…
Category: Azure
Azure websocket server with node.js and socket.io
Peter Daukintis If you haven’t previously done this download your Azure publish settings file from here https://windows.azure.com/download/publishprofile.aspx This will contain your management certificate and details for each of your Azure subscriptions. If you have multiple Azure subscriptions ensure that…
Azure + Silverlight 4 + RIA Services + MVC2 (Part 5)
by Peter Daukintis To illustrate how the final architecture hangs together I will take the AudioModule PRISM module from the previous post and link it up with a RIA services class library running on the server. So, the first step…
Azure + Silverlight 4 + RIA Services + MVC2 (Part 4)
by Peter Daukintis So, now I know how to set up a basic project, store and retrieve my data in Azure Table storage and have incorporated the asp.net providers that use Table Storage it’s time to turn my attention towards…
Azure + Silverlight 4 + RIA Services + MVC2 (Part 3)
by Peter Daukintis Next up is getting the authentication service to use azure table storage. To do this you need to get the additional azure code samples from here http://code.msdn.microsoft.com/windowsazuresamples and include the asp providers project into the solution (this…
Azure + Silverlight 4 + RIA Services + MVC2 (Part 2)
by Peter Daukintis Ok, with Azure out of the equation until .NET 4 is supported I will turn my attention first to work out how to achieve data storage in the cloud whilst considering the overall architecture. Firstly, I added…
Azure + Silverlight 4 + RIA Services + MVC2 (Part 1)
by Peter Daukintis The original idea for this post was to see whether this combination of technologies played well together. Whilst the development tools seem to support this scenario I believe that there is, as yet, no support for .NET…
Azure Management API
by Peter Daukintis Disclaimer – the code shown below is not of high quality, does not have any error handling and is shown for educational purposes only. Having hosted an experimental application on the Azure CTP since PDC ‘08 I…