Silverlight2.0 function display Demo source code
1. Silverlight(3) - 2.0 controls: Border, Button, Calendar, Canvas, CheckBox, ComboBox
2. Silverlight(4) - 2.0 controls: DataGrid, DatePicker, Grid, GridSplitter, HyperlinkButton, Image
3. Silverlight(5) - 2.0 controls: ListBox, MediaElement, MultiScaleImage, PasswordBox, ProgressBar, RadioButton
4. Silverlight(6) - 2.0 controls: ScrollViewer, Slider, StackPanel, TabControl, TextBlock, TextBox, ToggleButton
5. Silverlight(7) - Ellipse, Line, Path, Polygon, Polyline, Rectangle of 2.0 graphics
6. Silverlight(8) - 2.0 graphics base class System.Windows.Shapes.Shape
7. Silverlight(9) - 2.0 brushes: SolidColorBrush, ImageBrush, VideoBrush, LinearGradientBrush, RadialGradientBrush
8. Silverlight (10) - Detailed explanation of other Transforms in 2.0, as well as common properties of UIElement and FrameworkElement
9. Silverlight(11) - 2.0 animation of ColorAnimation, DoubleAnimation, PointAnimation, interpolated keyframe animation
10. Silverlight(12) - 2.0 appearance style, template, visual state and visual state manager
11. Silverlight(13) - 2.0 interaction mouse events and keyboard events
12. Silverlight (14) - 2.0 interactive InkPresenter (graffiti board)
13. Silverlight(15) - 2.0 data one-time binding, one-way binding, two-way binding, INotifyPropertyChanged, data conversion, data verification
14. Silverlight (16) - 2.0 data independent storage (Isolated Storage)
15. Silverlight(17) - Detailed explanation of 2.0 data DataGrid, detailed explanation of ListBox
16. Silverlight(18) - Detailed explanation of 2.0 video MediaElement, developing a simple version of full-featured player
17. Silverlight (19) - 2.0 communication calls REST services and processes data in JSON format, XML format, RSS/ATOM format
18. Silverlight (20) - WebClient for 2.0 communication, upload/download data in the form of strings, upload/download data in the form of streams
19. Silverlight (21) - 2.0 communication WebRequest and WebResponse, making requests and receiving responses to the specified URI
20. Silverlight(22) - 2.0 communication calls WCF service and encrypts the transmitted information
21. Silverlight(23) - 2.0 communication calling WCF two-way communication (Duplex Service)
22. Silverlight(24) - Socket for 2.0 communication, develop a multi-person chat room
23. Silverlight(25) - Thread, Timer, BackgroundWorker, ThreadPool of 2.0 threads
24. Silverlight(26) - 2.0 thread Lock, Interlocked, EventWaitHandle, Monitor, ThreadStaticAttribute
25. Silverlight(27) - Scriptability of 2.0 web pages, interaction with DOM, interaction with JavaScript
Expand