Question - What are the design files and the code-behind files in Silverlight?
Answer -
The user interface elements of Silverlight applications are defined in XAML files. The logic and functionality of Silverlight applications is implemented using managed NET code-behind files that share the same class with the XAML file.