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…
Category: Silverlight
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…