Creating an empty Silverlight based control
In this section you will build an empty Silverlight based control. The control consists of two parts:
- A custom control
- A Silverlight application
NOTE: This tutorial outlines only the main concepts of creating a Silverlight based control. You can find the full code sample for the Bookcontrol inside the samples project, which is shipped together with Sitefinity SDK.
The section contains the following:
- Creating the custom control
- Creating the Silverlight Application
- Hosting the Silverlight application in the custom control