I currently have a recently started project under development. The target date is mainly developed in Silverlight 2, using March Silverlight 2 Toolkit.
Since Silverlight 3 is the gold version
I currently have a recently started project under development. The target date is mainly developed in Silverlight 2, using March Silverlight 2 Toolkit.
Since Silverlight 3 is the gold version
I’m looking for an algorithm, I’m currently programming fast but pseudo code or any similar “C series” syntax will work.
Imagine A large list of values, such as pixels in a bitmap. You want t
I have an application that displays a list of images. The image source is set to http URL, and the image will be downloaded and displayed automatically.
However, although the application The
I already own the Visual Studio 2008 Team Edition and have an MSDN subscription… I am an experienced ASP.Net developer.
I What do I need to install for Silverlight development, and all thes
I am using RIA Services July CTP in a Silverlight application. When I change the name of the navigation property, I receive the following error:
Error 119 The member “TestUsers” in the concep
I am looking for a code coverage solution that works with silverligt. It must also use msbuild because we automatically run all other unit tests in the build server.
Integration with Visual S
In my application, I want to access a local file directory with bookmarks of the security range.
As described in the App Sandbox Design Guide, I set the user-specified folder (NSOpenPanel) is stor
I used Rx to write a simplified Silverlight client library for my WCF web service, but sometimes I noticed that I was missing completed events.
public IObservable GetReport(string reportName)
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
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