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

Silverlight5

Silverlight5

Great Reads

by Savalia Manoj M
How to create custom Datapager Usercontrol in Silverlight?
by Savalia Manoj M
Work with Cascading Drop-down Lists in the Telerik Gridview Control
by Savalia Manoj M
Add checkbox inside combobox in Silverlight.
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.

Latest Articles

by Savalia Manoj M
How to create custom Datapager Usercontrol in Silverlight?
by Savalia Manoj M
Work with Cascading Drop-down Lists in the Telerik Gridview Control
by Savalia Manoj M
Add checkbox inside combobox in Silverlight.
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.

All Articles

Sort by Score

Silverlight5 

by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
by ManojKumar19
Server side logging for Silverlight applications using NLog 2.0
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.
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
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.
by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications
by Tomer Shamam
How I implemented the ContentControl implicit data-template using the ImplicitContentTemplateBehavior attached behavior
by Tomer Shamam
Implicit DataTemplate in Silverlight 4 Composite UI – Get ready for Silverlight 5–Part I
by Kunal Chowdhury «IN»
How to open the "Run Dialog" directly from the Silverlight 5 application
by ManojKumar19
How to open pop up window in MVVM environment. You can use it in WPF or Silverlight.
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.
by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
by Mohammad Elsheimy
In this article we'll have a full discussion of the new features of the Beta version of Silverlight 5.
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.