I\'m asked to develop a Reports generator (like Pentaho one) using ASP.NET (not an obligation). But I\'m considering the use of Silverlight. I\'m dealing with data that could have multiple sources. I\
I\'m building a Silverlight app where users select photos from their computer, edit an associated title/description/tags etc. and then upload to a web server via WCF. Actually everything\'s working pe
I have a WCF. I have a silverlight application. I do not want anyone 开发者_JS百科to be able to call the WCF except the Silverlight application.
I have 2 Domain Service in my Silverlight solution, both of them has RequiresAuthentication attribute. When开发者_如何转开发 user go to application and they login, they can call service A and it worki
I used the Silverlight Business template and started making some changes. For some reason now I have the browser coming up with both horizontal and vertical scroll bars. There seems to be a tiny white
I am making a program for Windows phone that will get weather data from a xml file and display it on screen. However, I keep getting null values and I am not sure what I am doing wrong.
Topic of Silverlight WCF service proxy lifecycle is not very clear to me. I have read various materials, resources, answers here, but still I don\'t completely understand the supposed best way to use
I\'m trying to use Activator.CreateInstance to create an instance from a type that has an internal constructor, but it doesn\'t work,
I have a page that has two UIElements that need to be printed, one is a StackPanel and the other is a custom graph control for displaying test scores. The graph control could be any length based on th
The Silverlight/WPF DependencyProperty enables data binding and indicates when the property has changed in value, without implementing INotifyPropertyChanged. My question is on how does this work at t