Click here to Skip to main content
15,881,455 members
Everything / Silverlight / Silverlight5

Silverlight5

Silverlight5

Great Reads

by Kunal Chowdhury «IN»
Learn about Multi Column Text support in Silverlight 5 with a simple example
by Kunal Chowdhury «IN»
Binding on Style setter in Silverlight 5
by Kunal Chowdhury «IN»
Features I'd like to see in future releases of Silverlight 5
by Christian Amado
A very brief article about the implementation of encryption and decryption of a string in Silverlight Business Application

Latest Articles

by Christian Amado
A brief introduction to Metro Style App Development
by Sumit Samediya
Here we will learn how to remove default background color of ListBox item on selection in Windows Universal App
by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
by Luis Manuel Prospero Mano Batista
XAML Gauge Control for Universal Applications, Windows 8.1 (Desktop/Windows Phone), WPF, Silverlight

All Articles

Sort by Score

Silverlight5 

20 Mar 2016 by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
19 May 2011 by Tomer Shamam
Implicit DataTemplate in Silverlight 4 Composite UI – Get ready for Silverlight 5–Part I
7 May 2012 by Yoisel Melis Santana
PDF forms or AcroForms allow users to interactively edit specific portions of a PDF document. A PDF form is composed by AcroForm fields that provide a name-value association. This paper will focus on how to provide client and server AcroForm editing capabilities to your Silverlight application.
26 Jul 2011 by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications
12 Sep 2011 by Kunal Chowdhury «IN»
How to open the "Run Dialog" directly from the Silverlight 5 application
17 Apr 2011 by Kunal Chowdhury «IN»
Read the complete article to know more about it and gather knowledge on the debugging feature with a simple code walkthrough. At the end, don't hesitate to leave your feedback. Appreciate your Vote.
29 Jul 2012 by Christian Amado
This is the first part in a set of articles relative to some useful features that you may be want to include on your Silverlight Application
20 Apr 2011 by Kunal Chowdhury «IN»
Silverlight 5 Beta has been announced with newly added feature called ClickCount. It's a property added to the MouseButtonEventArgs. Using this, you will be able to find out how many multiple clicks happened by the user.
8 May 2011 by Kunal Chowdhury «IN»
ImplicitDataTemplate is a new feature in Silverlight 5. Using ImplicitDataTemplate, you can declare multiple Data Templates for your control and based on the data type, you can load the proper data template automatically. In this article, we will discuss on the same step by step with a good example.
28 Apr 2012 by ManojKumar19
Server side logging for Silverlight applications using NLog 2.0
10 Jun 2012 by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
24 May 2011 by Mohammad Elsheimy
In this article we'll have a full discussion of the new features of the Beta version of Silverlight 5.
14 May 2012 by ManojKumar19
How to open pop up window in MVVM environment. You can use it in WPF or Silverlight.
24 May 2011 by Tomer Shamam
How I implemented the ContentControl implicit data-template using the ImplicitContentTemplateBehavior attached behavior