Thursday, March 27, 2008 - Posts

Silverlight 2 - Talking to a Local WCF Service from a Silverlight Application

This really falls into the category of "just because it's there" because it's something I was thinking about earlier today and wanted to experiment with. Silverlight 2 applications can make web service calls across domain boundaries if the domain that Read More

Filed Under:

Silverlight 2 - Simple Editing of Web Service Data in a DataGrid

Somebody asked how you use the DataGrid in Silverlight 2 in order to load data from a web service, modify it and submit it back so I thought I'd spend 5 minutes experimenting with that. I wrote a very simple web service with WCF; [DataContract] public Read More

Filed Under: