SilverLight 2 two-Way data Binding
Short Description
Just started playing around with Silverlight 2(SL) and boy am I impressed, this stuff is very cool. SL1 was a toy as I was not interested in developing a video app but now we have a real platform that we can deliver rich cross browser apps and use one set of tools , C# ,.Net and XAML. With it we can deliver apps that can rival desktop in their usability and still be easyily deployable.
Website: www.sandkeysoftware.com | Filesize: 1051kb
No of Page(s): 7
Content
We start by creating a SilverLight 2 by choosing the Silverlight template (after downloading it ) . I then usually choose the Web Application project.
…
Then I pretty well follow the steps in Jesse Liberty excellent article http://silverlight.net/learn/tutorials.aspx so I will not repeat what he has explained.
…
The GetCusts service call from the client results in the getCustomers method in the server side DAL being called and Linq to SQL is used to get the Customers whose companyname starts with b. These are returned as a serialed List of Customer objects to the client Silverlight app.
…
Get the file Download here
Related Books:Related Searches: web application project, rich cross, jesse liberty, companyname, cross browser
Comments
Leave a Reply