In general, Silverlight for Windows Phone is based on Silverlight 3, but there are some differences. In this article I will explain the major differences between those two frameworks and provide you with some interesting links for further research.
Restrictions
- Max SilverLight application size for Windows Phone 7: 2Gb
- Silverlight for WP7 applications are out of the browser applications
Silverlight 3 features that are in this beta release for Windows Phone 7
NET Compact Framework additional features
Following features are not supported by Windows Phone
- Async Delegates (including BeginInvoke, EndInvoke, will throw TargetInvocationException exception)
- Constrained Execution Regions(CER)
- Some fonts are not supported
- Browser features such as HTML DOM, JavaScript
- Navigation classes: Page, Frame
Additional Silverlight for Windows Phone features
Links