Summary: 50 applications made with Silverlight technology [AZ]
http://odetocode.com/aimages/200705/verlet/default.htm
2D Physics Simulation
http://silverlight.net/samples/1.0/Grand-Piano/def
Summary: 50 applications made with Silverlight technology [AZ]
http://odetocode.com/aimages/200705/verlet/default.htm
2D Physics Simulation
http://silverlight.net/samples/1.0/Grand-Piano/def
I mocked an application in Expression Blend. The application bar looks good in Blend, but when I start the emulator, the icon does not display properly. XAML for the application bar:
< shell
I have a WPF .NET 4.0 class library that references the Silverlight 4 class library.
The SL library compiles well but when I compile the WPF class library When I get:
Error 2 Unknown bu
Does anyone know how to hide grid rows at runtime? You cannot set its visibility, the only way is to set its height to 0. Suppose the name of the grid is LayoutRoot and you want to hide the firs
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 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
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)