= new/changed
Links to Silverlight articles and tutorials on this website, including sourcecode.
The articles on this page are currently frozen to version 4 due to uncertainties about Silverlight's future, and no new articles are added.
|
Visual Web Developer 2010 Express.
Installing and registering Visual Web Developer 2010 Express.
|
Keywords | development environment | IDE | Silverlight | Windows Phone 7 | registration key | templates |
|
Silverlight Tools for Visual Studio.
Installing Silverlight 5 Tools for Visual Studio 2010 SP1.
Updating to Silverlight 5.
A short guide how to update Silverlight 4 Visual Studio solutions to Silverlight 5.
|
Keywords | Silverlight | Target Silverlight Version | MIME-Type |
|
A Silverlight application in code only.
How to make a Silverlight application in code only, without using XAML.
|
Keywords | Silverlight | Visual Web Developer 2010 Express | XAML | code-behind | namespace | UserControl | GUID | Clipboard |
|
Predefined colors in Silverlight.
A custom class with all 141 predefined colors.
|
Keywords | Colors Class | Color Structure | XamlReader | XamlParseException |
|
A Copy and Paste pop-up menu.
Showing a pop-up menu instead of the Silverlight configuration dialog box.
|
Keywords | Silverlight | Silverlight configuration | Popup | StackPanel | MouseRightButtonDown | MouseRightButtonUp |
|
Yet another pop-up menu.
A universal pop-up menu with icons and separators for Silverlight.
|
Keywords | Popup | Grid | MouseRightButtonDown | MouseRightButtonUp |
|
XAML Shapes and Geometries.
An overview of Shapes and Geometries for graphics in Silverlight.
|
Keywords | Shape | Path | Path mini-language | Geometry | ZIndex | Transform | Matrix |
|
XAML Path mini-language.
An overview of the Path mini-language for drawing curves and complex shapes.
|
Keywords | Path | Path mini-language | PathGeometry | Bezier Curve | Elliptical Arc | Polyline | Polygon |
|
The CompositeTransform Class.
Apply multiple transformations to the same object.
|
Keywords | CompositeTransform | TransformGroup | Rotation | Scale | Skew | Translate | Inverse | RenderTransform | MatrixTransform |
|
Deep Zoom Composer.
Adding Deep Zoom images to a website as Silverlight application.
Application resource files.
Code samples for using Text, Byte array, Image, XML and XAML resource files in Silverlight.
|
Keywords | resource | Build Action | Uri | URI string | XAP | StreamResourceInfo | GetResourceStream | XmlReader | StringReader | StreamReader | LoadComponent | Dictionary | LINQ | key-value pair | XDocument | ChildWindow | ToolTipService | Image | BitmapImage | Base64 | Byte array | XML | XAML |
|
GridSplitter samples.
A collection of GridSplitter samples.
|
Keywords | GridSplitter | Grid | ColumnDefinition | RowDefinition |
|
Isolated Storage.
An overview of isolated storage, saving and sharing data for Silverlight applications.
|
Keywords | isolated storage | IsolatedStorageFile | GetUserStoreForApplication | GetUserStoreForSite | quota | sharing | Silverlight Configuration | XAP | byte array | Base64 |
|
Encrypting isolated storage files.
Encrypting text and byte arrays with the AesManaged Class for files in isolated storage.
|
Keywords | encrypt | decrypt | AesManaged | Cryptography | isolated storage | IsolatedStorageFile | text data | byte array | Base64 |
|
General purpose functions for encryption.
A toolbox with functions for encryption and password verification.
|
Keywords | encrypt | decrypt | AesManaged | SHA256Managed | text data | byte array | Base64 | hash | salt | password | Guid | RNGCryptoServiceProvider |
|
Encrypted document package.
A Silverlight application package (XAP) as a container for encrypted documents.
|
Keywords | encrypt | decrypt | encrypted document | AesManaged | hash | salt | password | Build Action | resource file | XAP | package | zip | unzip | XDocument | HTML | XML | plugin | timeout |
|
Local Messaging.
Local messaging between Silverlight applications combined with data exchange via Isolated Storage.
|
Keywords | local messaging | isolated storage | data transport | XAP |
|
Webcam in Silverlight.
Capturing images from a webcam and saving them in Isolated Storage.
|
Keywords | Webcam | CaptureSource | WriteableBitmap | VideoCaptureDevice | ScaleTransform | Byte array | Isolated Storage | IsolatedStorageFile | IsolatedStorageFileStream |
|
|
Short articles how to do basic things in Silverlight.
Start creating a Silverlight application. Create a new Silverlight application and publish it on the internet.
|
Keywords | Silverlight | Visual Web Developer 2010 Express | Plug-in | target framework | MIME-Type | XAML | code-behind | namespace | Project assembly | XAP package |
|
The ChildWindow Class.
A pop-up window that can be displayed over a parent window.
|
Keywords | ChildWindow | modal | popup | title bar | DialogResult | monostate pattern |
|
Calendar.
Add a calendar to a webpage.
|
Keywords | Silverlight | Calendar | host | webpage | iframe |
|
DispatcherTimer.
A simple general purpose timer with the DispatcherTimer class.
|
Keywords | DispatcherTimer | Timer | Resource | Content | Uri | Object tag | fallback | animated GIF |
|
|