Find out how to deliver your Silverlight using Windows Azure in the article of David Burela.
When deploying your Silverlight application out to your customers,
there are a number of points that could become bottlenecks. Looking at
it at a high level there are 3 main ones
- Getting your files to the client (.xap + other media)
- Processing requests
- Retrieving data
Lets tackle these in order.