Is it possible to get DLL\'s names and version information from a appmanifest.xml which resides in a VS2010 project corresponding to a PRISM Mo开发者_如何学运维dule ?
I\'ve got a generic view for displaying data in a Silverlight RIA application. Basically, the view takes in a parameter which is the query required by RIA to get the data, and the data is displayed us
I have a feature request to catch the 开发者_如何学GoF5 key and refresh content within a Silverlight application instead of having the browser refresh the entire application. In a simple app, I tried
i try to become a good friend with the asynchronous nature of WCF calls in Silverlight. Often i read \"you have to understand asynchronous programming\" and i think i have understand the idee and the
I have a WCF Data Service in my web app. I added a service reference using the \"Add New Service Reference\" command in my Silverlight application. I was looking at the Reference.cs file VS generates
I\'m having trouble with this. While it just means people have to click on the object to get it to respond, I think it looks unprofessional as hell.
I\'m trying to create a custom header for some of the columns in my generic DataGrid; I want these headers to include a text box which I can use to apply fiters to the data.
I am looking for some advice on how to quickly create UI for Silverlight pages. I come from WinForms/WebForms background and as a developer, i could quickly place some controls and get going with codi
When execute the silverlight class library,debugging(F5) is disable开发者_开发百科.how do I test whether my class library is right?Silverlight class library is only reusable class and components from
Following my question, Is there a (preferably free) Prop开发者_Go百科ertyGrid for silverlight out there which supports editing ICollections?