I have uploaded the presentation and source code samples of the session we had for the Malaga .net user group to my sky drive, you can find it here. About the session it self: is an express introduction to Silverlight and line of business application development, heavily based on samples / demo’s to cover the basics (Binding, INotifiable, ObservableCollections, Converters, …) ......
Normally when I have develop a service layer for my silverlight app I have it all in the same web project (easy, no clientaccesspolicy headaches), … but in some cases I have my service layer in a separate solution, in theory it’s quite easy to setup a client access policy, but… when you try it it fails because that xml policy file is not in the root of the cassini web server :-(. What to do.. change your settings, good old trick that can be applied even to VS 2005 :-) http://weblogs.asp.net/scot... ......