Bing has release a Maps SDK for use in your Silveright projects. In this white paper we will cover how to use the SDK to display weather conditions for cities across the United States. The real-time weather data will be retreived using the WeatherBug API and shown on the map. We will animate the weather conditions (a glowing sun for Sunny conditions, a raining cloud for Rain, etc...) and cover some core concepts along the way, specifically use of a Controller mechanism in your Silverlight projects, parsing XML into your own data model that can be returned from a Web Service, and of course getting up to speed with the Bing Maps SDK for Silverlight. ...
Go to the complete details ...