I’m currently considering using Silverlight and Deepzoom in future projects. Can anyone suggest some websites that make the most of these technologies? I saw an amazing demo of an upcoming websi
Category: Silverlight
Microsoft Silverlight is a cross-browser, cross-platform plug-in that brings the next generation of media experience and rich interactive applications based on .NET Framework to the network. Silverlight provides a flexible programming model and can be easily integrated into existing network applications. Silverlight can provide fast and low-cost delivery of high-quality video information to mainstream browsers running on Mac or Windows.
How to separate behavior from uielement behind the Silverlight code?
In Silverlight 3.0, I added custom behaviors for some UIElements in Code Behind.
I want to remove the behaviors at runtime later .
What is the C# syntax to separate the added behavior f
Silverlight JetPack Theme Background Color
Does anyone know what the background color of the jetpack theme is?
http://www.silverlight.net/content/samples/sl4/themes/jetpack.html
We are using this theme, but I can’t see that A li
Silverlight – How to bind TreeViewItem.isexpanded data to node data objects
I have a class like hierarchical data
public class MyNode
{
public string Name {get; set;}
public bool IsExpanded {get; set;}
public List Nodes {get; set;}
} I can Define a HierarchicalDa
Saving Bitmaps to Isolated Storage in Silverlight 3
Summary: Saving Bitmaps to Isolated Storage in Silverlight 3
There may be times when you wish to save a bitmap image to the user’s local storage. Perhaps it was a generated image that is used
Silverlight – Caliburn Element Formula
While trying to learn the source code of the GameLibrary sample application, I saw a line like this:
ConventionManager.AddElementConvention (Rating.ValueProperty, “Value”, “ValueChanged”); Ch
Silverlight – Whether the WCF service using BasichttpBinding creates a new connection for each request?
I have a Silverlight client that calls WCF services on the IIS Web server. It uses the default basicHttpBinding settings to call. My client code has the option to use the “Update Service Reference”
Automatic tab in Silverlight 3
I need to be able to automatically tab from a control to the “next control” in an SL3 application. For example, the TextBox is limited to 3 characters-when typing the third character, the focus It
WPF – Silverlight error: AG_E_UNKNOWN_ERROR
When running my Silverlight project, I get an AG_E_UNKNOWN_ERROR. The project is ported from WPF and I can collect it on the web, I think it is invalid with my XAML The content is about
Edit
Silverlight – How to limit the value of the slider change event?
I have a slider and the value change forces a fairly strict calculation, so I want to limit it to trigger actual events, such as 50ms passing, when the user finishes sliding it.
Although I ha