Silverlight 2 beta 1 was released. We all introduced how to download and install it. At night, we sorted out some documents and shared them with you:
1,Silverlight 2Beta 1 ControlCodeAs well as unit testing, this is an excellent learning material for learning to design a silverlight2 custom control. Concrete: http://www.microsoft.com/downloads/details.aspx? Familyid = EA93DD89-3AF2-4ACB-9CF4-BFE01B3F02D4 & displaylang = en
Silverlight 2 controls demo page
Http://silverlight.net/Samples/2b1/SilverlightControls/run/default.html
Developing a custom control for Silverlight 2.0
Http://www.codeproject.com/KB/silverlight/mediabutton.aspx
Wrappanel for Silverlight 2.0
Http://www.codeproject.com/KB/silverlight/WrapPanelSilverlight.aspx
A start at test driven development with Silverlight 2
Http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx
2. Scott's sliverlight Chinese Tutorial:
Part 1: Use Silverlight 2 and vs 2008 to create a "hello World" program
Part 2: layout management)
Part 3: Use networking to retrieve data and fill the DataGrid
Part 4: using style elements to better encapsulate the view)
Part 5: display list data with ListBox and databinding)
Part 6: Use user controls to implement Master/Slave tables
Part 7: use the control template to customize the control's perception
Part 8: Use WPF to create a Digg desktop applicationThese tutorials Dan whalin's make the video more intuitive:
Http://www.smartwebcontrols.com/video/
3. Silverlight 2 beta1 document
Http://msdn2.microsoft.com/en-us/library/bb404700.aspx
4. Jesse Liberty's Silverlight tutorial
Http://silverlight.net/learn/tutorials.aspx
5. Building M User Control in Silverlight 2.0 + how to build code snippet for vs as bonus
Http://blogs.microsoft.co.il/blogs/tamir/archive/2008/03/07/building-custom-user-control-in-silverlight-2-0-how-to-build-code-snippet-for-vs-as-bonus.aspx
6. http://www.visitmix.com/University/silverlight/firestarter/
7. Silverlight-related mix08 video http://blog.joycode.com/saucer/archive/2008/03/08/114936.aspx
8. Silverlight Developer Center-Yahoo! Developer Network http://developer.yahoo.com/dotnet/silverlight/
Using the Silverlight DataGrid and defining columns for a Silverlight DataGrid: Scott Morrison started a wonderful Post series, describes how to use the new Silverlight 2 DataGrid Control (he is the project director of the control, so he is absolutely proficient !).
Using Silverlight 2's DataGrid with WCF + LINQ to SQL: This 15-minute video blog demonstrates how to build a LINQ to SQL object model on the server, and then publish it using WCF, then demonstrate how to build a Silverlight client that uses the new Silverlight DataGrid Control. The client calls the WCF Service to obtain the data in the LINQ to SQL and binds it to the DataGrid.
Simple editing of Web Service data in a DataGrid: Mike taulty has a good post to demonstrate how to build a WCF Service on the server, and then use it from the Silverlight 2 client to obtain data and bind it to the DataGrid, you can update data rows, add or delete data rows, and then use Silverlight 2 beta1 to save the data to the server.
Sorting with Silverlight 2's DataGrid Control: the DataGrid Control in Silverlight 2 beta1 has no built-in column data sorting support (which will be provided in beta2 ). But this does not prevent Matt berseth! In this post, he shows how to use a customized header column method for sorting. Also, let's take a look at the post of Matt. This article provides a DataGrid test page that shows several features of the current DataGrid.
Silverlight programming http://blog.joycode.com/saucer/archive/2008/03/09/114940.aspx Using Dynamic Language
10. Silverlight 2 and system. net. sockets. Socket
Http://weblogs.asp.net/mschwarz/archive/2008/03/07/silverlight-2-and-sockets.aspx
Use Silverlight 2.0 to build advanced 3D animations
Http://msdn.microsoft.com/zh-cn/magazine/cc500570.aspx
A simple Treeview in Silverlight 2B1
Http://www.codeproject.com/KB/silverlight/Silverlight_treeview.aspx