Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Silverlight

Silverlight

Silverlight

Great Reads

by Ed Dupas
An extension of the code submitted in the article: "Modal Window in Silverlight". This extension wraps the hosted control in a window frame that provides various modal features.
by Jerry Evans
Improving scrolling performance in Silverlight
by Redgate Software
Identifying an application’s performance bottlenecks is all about understanding how the application is spending its time. Only with the most complete understanding of how an application is operating is it possible to understand what it is doing wrong, as this article describes.
by Brad Joss
[RegSave] your property to the Registry, and more.

Latest Articles

by Ed Dupas
An extension of the code submitted in the article: "Modal Window in Silverlight". This extension wraps the hosted control in a window frame that provides various modal features.
by Jerry Evans
Improving scrolling performance in Silverlight
by Redgate Software
Identifying an application’s performance bottlenecks is all about understanding how the application is spending its time. Only with the most complete understanding of how an application is operating is it possible to understand what it is doing wrong, as this article describes.
by Brad Joss
[RegSave] your property to the Registry, and more.

All Articles

Sort by Score

Silverlight 

by mbcrump
Here is a list of 15 things I've discovered about Silverlight
by mbcrump
A better way to organize your Silverlight Code Snippets
by Colin Eberhardt
How to re-template the Silverlight ProgressBar control to render a circular progress indicator
by Colin Eberhardt
This blog post provides step-by-step instructions for creating a user control, which exposes bindable properties, in WPF and Silverlight. The post covers dependency properties, and how to manage DataContext inheritance.
by Don Kackman
A simple Silverlight object viewer
by Jeremy Likness
A method for abstracting WCF service calls in Silverlight to facilitate reuse and easy re-targeting of services.
by mrjvdveen
In this post, I want to look back and reflect. We've run into some issues with our project, so it seems like a good moment to learn some stuff from what we have and have not done.
by mrjvdveen
Adventures while building a Silverlight Enterprise application
by mrjvdveen
In this post, we look at an issue we had while implementing a specific form of data entry for our application. Basically there was an oversight in our reasoning about CRUD operations that needed fixing. It also shows the power of GUIDs.
by Vangos Pterneas
An easy-to-use, thread-safe library which works similarly to WebClient!
by Kunal Chowdhury «IN»
Here, I am consolidating all the Silverlight Articles that I posted in my Blog and CodeProject for your further reference. It includes articles of last six months.
by Kunal Chowdhury «IN»
Attaching an External DataSource in LightSwitch Application
by Manas_Patnaik
Authentication against custom table in Silverlight4 using RIA service
by Colin Eberhardt
How to automatically show ToolTips on a trimmed TextBlock (Silverlight + WPF)
by OwenDavies
How to implement a crossdomain.xml file to allow the Flash client to connect to my site
by stephen.vaubell
Beginning a Silverlight journey
by Colin Eberhardt
This blog post is a bug fix (due to differences between SL2 and SL3) and expansion on my previous posts on this subject.
by Colin Eberhardt
This technical blog post shows how to bind a DataGrid to dynamic data where the properties are not know at design / compile-time.
by Colin Eberhardt
This technical blog post shows how to bind a DataGrid to dynamic data where the properties are not known at design / compile-time.
by Kunal Chowdhury «IN»
Binding on Style setter in Silverlight 5
by Tony Champion (Champion DS)
Binding to a ComboBox in Silverlight: A Gotcha
by mrjvdveen
Today we are looking into databinding to the ComboBox.SelectedItem property through a custom dependency property in a UserControl.
by Ernest Poletaev
Binding to Image Path in Isolated Storage
by DapperDanH
Calling into your database on Silverlight Application_Exit.
by Daniel Vaughan
There are two things I wanted to look at. Firstly, I wanted to allow a web service to be called after the Silverlight application’s Exit event is raised. Secondly, I wanted to provide the Silverlight application with the opportunity to cancel, or at least interrupt the close window process.
by Manas_Patnaik
In this post, we will replicate the cascade combo box loading scenario, where data of other combos depend on the selection in the first.
by ozkary
Change Silverlight Business Application template to handle login state events
by Timmy Kokke
Changing CSS with jQuery syntax in Silverlight using the jLight library
by Kunal Chowdhury «IN»
Choose the way to Create a Silverlight Out-of-Browser application
by Manas_Patnaik
How to consume external webservice from Silverlight application
by Manas_Patnaik
How to convert the XML to a CLR object and use it as a datasource in a Silverlight app
by Jyothikarthik_N
A look into creating smoke effect in Silverlight using the concept of Particle System.
by adityaswami89
A generic way of adding a table to Powerpoint using OpenXML
by Christian Amado
In this simple tutorial, I want to show how to hide the default Context Menu presents on every Silverlight application created via Visual Studio.
by KevinBhavsar
Custom Splash Screen using Silverlight 4.0
by mbcrump
Customize the Silverlight Installation Experience in about 15 Minutes
by Manas_Patnaik
An in-depth look into the Presentation Model and its mode of handling related multiple entities
by Manas_Patnaik
Debugging XAML Binding with Silverlight 5
by Jeremy Likness
Decoupled ChildWindow Dialogs with Prism in Silverlight 3
by Colin Eberhardt
A simple lesson regarding the speed of dependency properties ... and a funky Oscilloscope!
by Tony Champion (Champion DS)
Deploying Silverlight with WCF Services
by Mamta D
Design Time Formatting of RichTextBox in Silverlight 4
by Colin Eberhardt
Development of a lookless radial gauge control
by Colin Eberhardt
How to develop a lookless Silverlight Guage control - Part 2
by Manas_Patnaik
Achieving a Twitter page like functionality using Element Binding in Silverlight.
by Wayne Ye
Elevated trust in Silverlight 4
by Paul_Wade
A better way to handle errors and provide a useful message back to the user in Silverlight.
by Colin Eberhardt
Databinding is a fundamental part of the WPF, Silverlight, and the Silverlight for Windows Phone 7 frameworks. It is a powerful concept that once mastered allows you to write concise and elegant code.
by Colin Eberhardt
An attached behaviour that exposes the ScrollViewer's horizontal / vertical offset as dependency properties that permit binding
by User 271009
WPF and Silverlight Design-Time code sharing
by Kunal Chowdhury «IN»
How to format text in Silverlight XAML using StringFormat
by Jeremy Alles
In this post, I share the “journal” I wrote will porting the app so that you can follow this process with many detail.
by ManojKumar19
Hands on Lab for MVVM, Value Converter, XAML Binding, Delegate Command pattern, INotifyPropertyChange, Lambda Expression, LINQ etc. in Silverlight/WPF project
by Colin Eberhardt
Today's blog post is a couple of very simple utility methods that I have found myself using again and again ...
by jebarson
Highlighted Features & Improvements In Silverlight 5
by Kunal Chowdhury «IN»
Read this post to know how to detect the browser information using the HtmlPage.BrowserInformation property.
by Kunal Chowdhury «IN»
Here I will explain the feature & step by step process for implementing the Silverlight Out-Of-Browser functionality.
by Kunal Chowdhury «IN»
In this article, we will learn how to access the template parts from code behind to do various operations in the UI front.
by Kunal Chowdhury «IN»
If you are developing a secured site and want to close the browser window just after the user logs out from the application, this small tip will help you.
by Kunal Chowdhury «IN»
This post will show you how to create a custom control in Silverlight
by Kunal Chowdhury «IN»
In this post, I will discuss how to create a Silverlight arrow.
by jmix90
Reusability and factorizing are maybe the most commons things you want and use when you are developing applications. In WPF it often means creating controls library (i don’t mean UserControl) that will be easy to use in multiple applications.
by Kunal Chowdhury «IN»
This is a continuation to my previous post "How to create a Custom Control in Silverlight".
by Kunal Chowdhury «IN»
How to detect installed Silverlight version?
by Kunal Chowdhury «IN»
How to implement template binding in Silverlight custom control
by Kunal Chowdhury «IN»
I found various people in different forums asking for the logic on the implementation part for passing value to Silverlight application from ASP.NET application. In this post, I will describe it.
by Kunal Chowdhury «IN»
How to Reposition a Silverlight Child Window?
by Kunal Chowdhury «IN»
How to Setup New Stories and Tasks in a Telerik TeamPulse Project?
by Kunal Chowdhury «IN»
How to use the new Rupee Symbol of India in Silverlight?
by JamesHurst
How to use your own fonts within Silverlight
by XPG Live
Initialize a game on Windows Phone with XPG
by Paulo Morgado
How to make XAML Content Globalizable when using value converters
by XPG Live
Use leaderboards on Windows Phone with XPG
by GraemeKMiller
HTML5 vs Flash vs Silverlight
by adityaswami89
Article on Validation in XAML applications with Fluent technique
by mbcrump
Ten things I would say if I were in a Silverlight focus group
by Arun Jacob
This article shows how to implement INotifyPropertyChanged.
by Paulo Morgado
With Rx, events are first class citizens that can be passed around and composed as needed in a very simple way.
by Timmy Kokke
Using jQuery style syntax to talk to the DOM using Silverlight and jQuery
by rudigrobler
Is Silverlight eating Adobe's bread and butter?
by Philipp Sumi
A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports .NET 3.5 and Silverlight.
by Ernest Poletaev
Localize ToggleSwitch in the Silverlight Toolkit.
by Tony Champion (Champion DS)
Logging in Silverlight and WP7 with MVVM Light
by rudigrobler
In this, my first edition of Mahhala, we will look at the awesome set of controls by Kevin Moore called Bag of Tricks (BOT).
by Nandun
Microsoft Silverlight is the new product they introduced for rich interactive web application developments.
by Kunal Chowdhury «IN»
Learn about Multi Column Text support in Silverlight 5 with a simple example
by Colin Eberhardt
A method of using attached properties to bind a ViewModel which contains multiple data series to a Visiblox chart without any code-behind
by Kunal Chowdhury «IN»
Here are the new features announced for Silverlight 5 Beta
by User 271009
New Options for Visual Studio 2010 Beta2 WPF and Silverlight Projects
by rudigrobler
Obfuscating Silverlight
by rudigrobler
OutlookBar for WPF & Silverlight
by rudigrobler
OutlookBar for WPF & Silverlight
by rudigrobler
OutlookBar for WPF & Silverlight
by Colin Eberhardt
An implementation of IPagedCollectionView which allows paging of data from the server
by Irina Pykhova
How to parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone.
by mbcrump
Tips/Tricks for Silverlight Developers
by mbcrump
Part 3 of 4 : Tips/Tricks for Silverlight Developers
by Brij M
Passing objects between ASP.NET and Silverlight controls using serialization
by Brij M
A description of how to embed Silverlight components in ASP.NET and pass parameters to them
by Manas_Patnaik
Various approaches available for passing values between Silverlight pages
by Sarath C
A simple Windows Phone 7 application
by Roberto Sonnino
Quick WPF/Silverlight tips to make great videos of your apps
by rudigrobler
Reading barcodes from your WP7 device
by Kunal Chowdhury «IN»
Bind the same value twice in a control
by Tony Champion (Champion DS)
Reloading a Collection in the PivotViewer
by User 271009
Removing repetitive boiler maker code from View Models
by outcoldman
RESTful WCF Service – How to get browser version at server code
by Steve Maier
The same database and the same RIA Services can be used as a Web Service by using some simple additions to the setup of your project.
by Pavel Korsukov
Usage of Microsoft Dynamics CRM 2011 Online data in external applications
by Raymund Macaalay
Sharepoint 2010 Business Data Connectivity Service 101
by DapperDanH
SignalR with Silverlight 5.
by Amir Zuker
Silverlight includes a Full Screen capability where you can view your application in full screen...
by User 271009
Silverlight 3 & 4 library sharing with .NET 4.0 library or WPF
by Sumon Barua
Data validation is very very important for all sort of data driven applications and websites. It is a purifying process where it ensures only valid data is being saved into the database. So, today I am going to talk about Data Validation in Silverlight. By default silverlight doesn't give any visu
by Sumon Barua
Download: Source YouTube is the most popular and largest video sharing website on which users can upload, view and share videos.  One of the key features of YouTube is the ability to view its videos on other web pages and client applications. The YouTube APIs allows us to bring the YouTube experi
by Kunal Chowdhury «IN»
In this post, I will demonstrate one of the new features: “Accessing Default Webcam using Silverlight 4”.
by Kunal Chowdhury «IN»
In this post, I will describe another cool new feature of Silverlight 4
by Kunal Chowdhury «IN»
Silverlight 4 now has support for Mouse Wheel. From now onwards, you can use mouse wheel event to trigger on mouse wheel rotation. Until the release of Silverlight 4 Beta 1 you had to write JavaScript code & a huge lines of code in C#. Now just forget about those lines. Your code will be clean.
by Kunal Chowdhury «IN»
Silverlight 5 Features Ancestor Relative Source Binding
by Kunal Chowdhury «IN»
Silverlight 5 Features Local File System Access without using COM API
by Kunal Chowdhury «IN»
Silverlight 5 multiple window support
by Kunal Chowdhury «IN»
Silverlight 5 Release Candidate is now Available - Download Silverlight 5 RC
by Kunal Chowdhury «IN»
Features I'd like to see in future releases of Silverlight 5
by Jeremy Likness
Today, we'll look at the TriggerAction that is also available in System.Windows.Interactivity (either as a part of Expression Blend, or available through the Blend SDK).
by Jeremy Likness
One of the most powerful benefits of Silverlight is that it uses the DependencyProperty model. Using this model, you can have great attached properties to describe reusable behaviors and attach those behaviors to certain elements.
by Jeremy Likness
The TextBox control is popular in Silverlight, but comes with a few nuances. Learn how to filter textboxes and force databinding with attached behaviors.
by Jeremy Likness
Silverlight, with its powerful text and graphics manipulation capabilities and strong interaction with the scripting DOM, seems to be the perfect engine for a Captcha challenge.
by Pete O'Hanlon
Silverlight charts, and reaching my inner child
by Ivan Krivyakov
Silverlight's support for clipping is definitely inferior.
by Jeremy Likness
One known issue with Silverlight is that the DataContext bound to a control may change, but there is no readily available change event. Unlike WPF, you don't have an explicit event to register with in order to track changes.
by Kunal Chowdhury «IN»
Silverlight for Windows Phone Toolkit - August 2011 (7.1 SDK) Released
by rudigrobler
Silverlight for Windows Phone Toolkit is Loopy
by stephen.vaubell
Layout structure of the canvas and controls available to the user and how to use them
by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
by Super Lloyd
My take on this control.
by Steve Psaltis
Silverlight Mobile: A Simple workarorund to the lack of a DataType property on the DataTemplate type?
by Steve Psaltis
A simple workaround to the lack of a Command property on a button
by Steve Psaltis
Silverlight mobile: Scouting with Castle Windsor
by Dmitriy Kozlov
A tool that allows you to create function graphs right in the browser, compare them, export and import.
by Giorgi Dalakishvili
In this post, I will build a simple slideshow application to demonstrate some of the capabilities of the Native Extensions for Microsoft Silverlight library.
by Marwijn
Silverlight testing using async await syntax
by SleepyCrat
The bad part of the walk away from Silverlight by Microsoft is the number of people that have created and sold and are still creating and selling really good LOB applications based on the technology.
by Steve Psaltis
I have seen this question come up a lot and did not come accross a simple answer. Perhaps I just wasn't looking hard enough!
by Kunal Chowdhury «IN»
While surfing through different forums, I noticed that lots of people are actually facing issues while trying to implement the drag and drop feature. The main problem arises while trying to drag from a ListBox to a panel like canvas.
by Ondrej_Uzovic
A simple example showing how to communicate between a Silverlight application and a standalone .NET application using HTTP
by Ondrej_Uzovic
Simple example showing how Silverlight application can receive messages from a standalone desktop application
by Ondrej_Uzovic
Very simple example showing how to send a message from Silverlight application to standalone desktop application
by Sabarinathan A
A brief introduction notes to start with Silverlight based development
by Jeremy Likness
A simple Silverlight control that creates an image button with zoom and reflection
by Brij M
A simple preferred time control, where you can select the day of the week and the time of the day
by Kunal Chowdhury «IN»
Simplest Way to Create a Non-Movable Silverlight Child Window
by User 271009
Simplifying Prism WPF Navigation – Synchronous Navigation Confirmation
by Nikos Baxevanis
This post aims to provide a way to implement lazy initialization in a multi threaded environment using the SingleInstance(Of T) Class.
by Kunal Chowdhury «IN»
That's a good question that came up after the series in my blog.
by Martin Hinshelwood
This is SSW’s first time using Team Build 2010 to automatically create a Silverlight application. In the past the guys have used Cruise Control, but we want to move to a pure TFS 2010 solution.
by Martin Hinshelwood
Getting Silverlight to build on Team Build 2010 RC
by Leonid Sorokin
How to solve cross domain issues with Silverlight 2
by Leonid Sorokin
How to solve cross domain issues with Silverlight 2
by Kunal Chowdhury «IN»
Some of the best practices you should follow while developing in WPF/Silverlight
by Manas_Patnaik
How to create a Style and attach it to a control in Silverlight.
by Kunal Chowdhury «IN»
TeamPulse is a project management solution from Telerik based on Agile best practices. You can manage your team project using this Silverlight based tool to actively collaborate between team members, track progress of project.
by Colin Eberhardt
Throttling Silverlight Mouse Events to Keep the UI Responsive
by Kunal Chowdhury «IN»
Description about changing the location of the output of your Silverlight application
by Kunal Chowdhury «IN»
Session Management in Silverlight
by Kunal Chowdhury «IN»
In this small tip, I will guide you through changing the Style of Caret of a Silverlight TextBox control.
by Kunal Chowdhury «IN»
Using StringFormat to concatenate strings in Silverlight XAML.
by Kunal Chowdhury «IN»
How to format Silverlight TextBlock control
by Joel Ivory Johnson
How to implement local high scores in Windows Phone 7
by jmix90
In this post, we will see how to make a custom control fully useable in a Coded UI Tests scenario.
by T Manjaly
Unable to start debugging. The Silverlight Developer Runtime is not installed.
by defwebserver
The Visual Studio LightSwitch, the tool that previously only created Silverlight applications, will now create HTML pages.
by Qwertie
UpdateControls not only keeps your GUI up-to-date, but it also separates the GUI from the rest of the code better than any framework I have seen before.
by zoyobar
Use the Bullet and BulletManager classes to create bullets and attack targets in XNA, WPXNA (15)
by zoyobar
How to use XNA in Silverlight
by zoyobar
Using Anime class to create animations in XNA, WPXNA (11)
by zoyobar
How to use the Button class to create Graphic buttons in XNA, WPXNA
by mrjvdveen
I needed to check the available style keys in our main app.xaml file and see which ones are no longer needed. As there are currently 66 style keys in that file and it's growing, I didn't feel much for taking each key and searching through our source code to find out. Time to build a small tool.
by Williarob
Some time ago, I wrote a popular article on how to create a scrolling Silverlight 1.x Playlist using Microsoft Expression Encoder output. Well, I finally found some time to revisit that application to see how I might upgrade it to Silverlight 2.
by Williarob
How to use Expression Encoder 2 Silverlight 2 Templates in your project.
by zoyobar
How to use HitArea class for hit testing in XNA, WPXNA
by zoyobar
Using Label class to display text in XNA
by zoyobar
How to use the Movie class to divide picture and create animation in XNA, WPXNA (4)
by zoyobar
Using SceneLoader class to create loading screen in XNA
by Abhijit Jana
How to use Silverlight Chart Control with SharePoint 2010
by Daniel Vaughan
How to use T4 to generate Windows Phone WMAppManifest files
by zoyobar
Using the AudioManager class to play sounds and music in XNA, WPXNA (5)
by zoyobar
Using the CommandScene class to create command scenes in the XNA, WPXNA (12)
by Paulo Morgado
How it can be used in a simple application
by zoyobar
Using the SpiritManager class to manage the Spirit in XNA.
by Timmy Kokke
Getting started with the basics of validation in Silverlight
by rudigrobler
The top requested features for Silverlight, WP7, and WPF
by Won Dong
The WebGL, Silverlight, and Molehill Wars
by Kunal Chowdhury «IN»
AppManifest.xaml in Silverlight
by Kunal Chowdhury «IN»
What is Character spacing in Silverlight 5 controls
by Kunal Chowdhury «IN»
Are you aware of the Line Stacking Strategy of Silverlight TextBlock control? If not, this post will help you to understand it and after that you will be able to use it whenever required.
by mbcrump
I have read a few Silverlight 4/Expression books in 2010 and decided to post the “best of” collection.
by Kunal Chowdhury «IN»
Sharing the "What's New in Silverlight 5?" slides and demos
by Kunal Chowdhury «IN»
Here is the solution to why Visual Studio debugger is not working for your Silverlight applicaton
by Brij M
Working with Silverlight DataGrid RowDetailsTemplate
by Koder Hack
In one of my applications I had to display a timer for all the items in a ListView, i.e., given the last update time of an item I required to display the time elapsed since the update time and update it after every second.
by Koder Hack
The ContentTicker control is a generic control that can be used to slide content.
by Leom Burke
WPF/Silverlight ListBox and equality checking
by outcoldman
Wrox–Professional WCF 4–Windows Communication Foundation with .NET 4
by Abhishek Sur
XAML is getting more and more popular and has also been introduced for Mobile applications. Recently, while I was exploring the internet, I found that the recent version of Windows 7 mobile interfaces use Silverlight to deal with the interface...