Archive for April 27th, 2009
Silverlight – Databinding to a Web Service
In the last several posts, I’ve demonstrated various ways of getting data onto the screen. What I’ve purposely omitted up until this point is how to update this information.
So let’s start by going back to the demo we created in Febuary.
What we ended up with is an application that would display the First name and the last name out of the Person class.
What we want to do today is to update the code so that the person class gets its data from a database on the server using a web service. So the first thing we’ll want to do is create a web service.
Other Related Items:
Professional ADO.NET 3.5 with LINQ and the Entity Framework (Wrox Programmer to Programmer) Language Integrated Query (LINQ), as well as the C# 3.0 and VB 9.0 language extensions to support it, is the most import single new feature... Read More >
Windows Presentation Foundation Unleashed (WPF)
Printed entirely in color, with helpful figures and syntax coloring to make code samples appear a... Read More >


