How to add a Silverlight application to an Azure project.
How to set up an Azure Site, with a webservice function
Project Sourcecode: NewsMashup In Part I of this series of articles I discussed the database that lies behind the application. Moving from the backend to the client side, it is now time to discuss the code which accesses the database and returns the data to application. I have a standard class I use when accessing databases. The version I am using here is developed to connect to SQL Server but with some minor changes it would not be difficult to adapt to other databases, and I already have one for...
The current Azure CTP has a problem correctly connecting to Web Services. This article details how you can complete one of the Azure Labs to correctly connect to a Web Service.