I have created a WCF service for uploading image开发者_JAVA百科s , which accepts System.IO.Stream as input parameter and am using streaming. When I added the service reference in Silverlight project t
My List<BusinessObject> has some public properties that I want to bind to columns in a DataGrid. Unfortunately, the names of the public properties are not good and I may not even know what they
How to load MP3 files from a FileReference in Silverlight? I\'m looking for s开发者_JAVA百科omething like this in SilverlightThis is fairly easy to do.
How do you Clear/Remove DataBinding in Silverlight? similar to: Remove binding in WPF using code But the BindingOperations.ClearBinding() me开发者_JAVA技巧thod does not exist in Silverlight 3.The Bi
I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
I have a Silverlight application, and added a Silverlight-enabled WCF service.I would like to deploy this as an intranet solution using Windows authentication without anonymous access.
I\'m using Silverlight 3 Prism (CAB) with WCF When I call a WCF service in a Prism module, I get the same error:
Background: My experience in C# / Silverlight / .Net development is about 4 weeks worth. The official documentation for .Net RIA Services July 2009 Preview, on Page 66 Section 6.2.2.2 states how one
We have been creating silverlight unit tests by creating a plain vanilla .net unit test project, removing all references except for the unittestframework one, and then adding references to the SL asse
开发者_高级运维Hy, does anyone already figured out a way to play .m3u files with Silverlight? I didn\'t find a way to do so, and I don\'t think that it\'s natively supported by SL.