I am currently studying different options for unit testing of Silverlight applications. One of the frameworks is Microsoft’s Silverlight Unit Testing Framework (the main software developed by Jeff
Tag: Silverlight
Shared data objects between WCF services and Silverlight applications
I have a custom data entity (data object) exposed through a WCF web service. The WCF service exists in a web application. Then, I have a Silverlight application that contains The service reference
Silverlight – Windows Phone 7 – The application does not start, there is no error, just load the load
When preparing for the release of my mobile application, I thought I would change the version numbers of all assemblies.
I also encountered a problem, WCF service client does not automaticall
WPF – Add the horizontal line to the Silverlight Toolkit column chart
I am using Silverlight Toolkit in a WPF project, and I want to add a red dashed horizontal line to the column chart of the Y-axis value that I can specify. I have modified the chart template and su
Silverlight – get insertion position in TextBox
How to get the insertion position (x,y) in the visible client area of the TextBox control? I need to add auto-completion in the text box.
I found a solution for WPF, but it cannot be applie
Silverlight httpwebrequest cannot be included in Header .aspxauth cookie
Now I have a silverlight application that fetches data from the mvc website. As long as I use WebClient and GET requests, everything seems to be fine. However, when I use HttpWebRequest and POST, I
WCF – How to save the byte array from Silverlight to the file
I have an SL 3 application that connects to a WCF service. This service retrieves a byte array. I want to save the array as a pdf file using FileStream. The problem is that when re-retrieving the w
Silverlight – Scanning Text in Windows Phone 7.5 (OCR)
Is there a way to force Zxing library to scan only text? I am looking for an offline (non-cloud) solution to scan text in Windows Phone.
Either
The integrated Bing vision successfully scans the text in the image. Is there a way Call the same task in our application (similar to Microsoft.Phone.Tasks)?
Silverlight – Multiple browser external applications in an app
I am looking for a scenario where I need to create a “main” Silverlight application, and then add “sub” applications to the Silverlight application outside the browser. The scene is like this.
How to make it scroll to the top after resin the Silverlight ListBox control?
I have a silverlight list box that is used as a search result box. I am using dynamic search (the keyboard in the search box will cause an event to be triggered to filter the contents of this list