I would like to know if binding a control in Silverlight, to linq expression is same开发者_如何学Go as binding to an observable collection ? I have a treeview which as of now I\'m binding to an observ
i have a silverlight application that is hosted within a asp.net web application. in the web application there is a wcf service defined. silverlight uses this service.
I have built an ASP.NET web application (that houses a Silverlight 4 app) and it utilizes a couple of COM dlls. The dlls are registered (verified by finding the CLSIDs in the registry, and seeing the
I\'m trying to create a method to draw a Line(path) between two UserControls. I found a post by someone 开发者_运维问答that gave me a general pointer on how to do this, I implemented the code succesfu
I want to know what are the pros and cons o开发者_Go百科f using the ClientHttp and BrowserHTTP.This MSDN article describes the differences in a table.
For example if I have this: string message = \"The Quick Brown Fox\"; someTextBlock.Text = message; it will 开发者_C百科show by default like this:
I am sure most of you have come across this when you type in a textbox you like instantly to filter a ViewCollection acco开发者_C百科rding to has been typed.
I am currently developing for Silverlight 4.0 and after mostly creating class libraries with TDD in usual C# (before SL) I can say that my current process is way slower than I am used to. (I think thi
So I have a printing component that serves a Silverlight application.Other modules in this program have the ability to signal the printing component and pass it a UIElement, which the printing compone
How to zoom开发者_StackOverflow and scroll selected position canvas image(Zoom Cropping canvasimage) The Deep Zoom technology from Microsoft will make your day, here is the code link.