- Historical Events
- The Presidential Inauguration - Silverlight was used to stream the event live on the official presidential inauguration committee site and on CBS. In addition, both CNN and MSNBC used Silverlight to provide a unique view of the event thanks to some help from Photosynth.
- TV and Movie Viewers
- Netflix is using Silverlight for its Watch Instantly feature
- Blockbuster will be using Silverlight for it's MovieLink functionality. If the NFL would do the same, I would actually watch the NFL online (Dear NFL: If you want to push advertisements on me, you must at least provide an experience I can endure. I will not use your current viewer. You are losing revenue. You should consider using Silverlight)
- Sporting Events
- Utilities
- Hard Rock Cafe is using Silverlight to display their memorabilia online.
- AOL is using Silverlight for its rich mail client.
- Inkubook is using Silverlight to empower individuals to build photo books online.
Based on the reader reviews on Amazon.com, it seems like most individuals were happy with Silverlight 2 in Action. I know that you cannot make everyone happy (as shown here). However, I do want to try to identify and remedy those flaws in Silverlight 2 in Action. We will attempt to address these flaws in Silverlight 3 in Action. With that said, would you please consider responding to the following questions:
- What was missing from Silverlight 2 in Action?
- What did you not like?
5 comments:
Hi Chad,
I am reading it currently and so far so good. I will keep you posted :)
Best Regards,
Parag Mehta
http://www.iparag.com
I didn't like the picture in the cover.
I did not like the picture in the cover.
Bought The Book .. wish you would have code available ..as an example, i would love to get chart to work .. used example from your blog .. c# List gives me an error
private List GetWeatherData()
{
List weather = new List();
weather.Add(new Weather("Louisville", 63));
weather.Add(new Weather("Seattle", 53));
weather.Add(new Weather("Los Angeles", 87));
return weather;
}
List weather = new List();
I get a systems List T error
I've just been picking at bits of In Action and overall it's been very good so far. I would have liked to see more detail concerning the Dependency Property sub-system. As I remember the book covers DP implementation sufficiently, but what wasn't clear was what was being done with them behind the scenes and what the sub-system gives you. Such a discussion would have helped my understanding quite a bit without hunting down the info on the web. The DP system is glossed over in many texts but it should be given more time in the spotlight.
Post a Comment