Backend of the Silverlight application

What are the programming language that can be used to write the backend of the Silverlight application?

Visual Basic or Visual C# can be used for authoring code for the backend of the Silverlight application. The backend refers the code behind the files of Silverlight pages.
How to set Silverlight contents width as 100%.
Usually the UserConrol will be spread full screen. The contents width and height can also be set by using width and height attributes..
Layout Management Panels in Silverlight
The following are the list of Layout Management Panels: 1. Canvas Panel: Simple layouts use canvas panel and when there is no requirement of resizing the panel. The controls will overlap each other at the time of resizing the panel...
How to apply style elements in a Silverlight project
Application resources utilize the style elements for supporting the forms. The App.xaml file could be used to contain an application resource XML construct. Each style’s target type is set to the control that needs the style...
Post your comment