I have a Silverlight 3 app using WCF RIA Services and Entity Framework for the data-layer. I need to pivot some data and was wondering what 开发者_开发问答the best practice is: Should the service ret
Hi am using silverlight 3 with VS 2010. I am using controlsToolkit:TreeViewDragDropTarget along with drag and drop functionality. I 开发者_运维知识库found that Oct 09 release of silverlight toolkit ad
I have installed Silverlight3_tools and Silverlight_sdk and still unable to find DockPanel in the toolbox. Both the installers installed without asking for a save location. How do I find the reference
This is probably a basic question. I have two projects: A web application project, that has 开发者_运维百科a webpage that hosts a Silverlight application, as well as a web service
When I look at my ASP.NET application that hosts a Silverlight project, it has a Clientbin folder, inside of which there is a .xap file, the one being compiled from my Silverlight project.
Hi I have a silverlight application pointing to Silverlight 3. I use VS 2010 Ultimate. When i run it in debug mode or attach to process, break points will be highlighted with yellow exclamations sayin
Can we calculate the gap bettwen ChildWindow and ParentWidnow? While I can Drag arround the ChildWindow there is a Distance from the Top and Left.
My application is a Silverlight Image viewer that displays images from Sharepoint using the Silverlight Image control (by setting the source propery). My app displays the first image and i can use nav
I want to be able to change a setting in my silverlight assembly at runtime, i want a bit like a web.config ina as开发者_高级运维p.net web site?
I am currently working on a project that uses the Silverlight 3 SDK and I want to create unit tests for my Silverlight code. I want these tests to not have to run in a browser context. I have referenc