Good way for experience WPF developer to learn Silverlight
I'm a developer with WPF experiences, my next project will use Silverlight. I have read some articles on the internet (almost all msdn and silverlight.net) and I think that they aren't much different. Anyway, I still have questions that I'm not sure.
- What is different between WPF 4 and Silverlight 4? (I found an article on msdn but its based on .NET framework 3.5)
- Are there any resources for learning Sil开发者_如何学Cverlight that are good for experience WPF developer?
- Do I need a book on Silverlight?
I personally really like the course posted here:
http://channel9.msdn.com/learn/courses/Silverlight4/
I don't know what you intend to develop using Silverlight. But it's a good start if you like to develop business applications using Silverlight.
- WPF has hardware-accelerated full faceted 3D support
- WPF has direct access to the full .NET framework
- WPF can take full advantage of the hardware on the system.
- Silverlight allows you to create a single app that works across browsers, operating systems.
- You can use Silverlight for Windows Phone 7 development
For Books, I would recommend Silverlight Recipes and Microsoft Silverlight 4 Data and Services Cookbook.
精彩评论