---
title: "What are the design files and the code-behind files in Silverlight?"  
description: "What are the design files and the code-behind files in Silverlight?"  
author: "Chris Anderson"  
published: 2011-08-10  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1133/what-are-the-design-files-and-the-code-behind-files-in-silverlight  
category: "silverlight"  
tags: ["silverlight"]  
reading_time: 1 minute  

---

# What are the design files and the code-behind files in Silverlight?

The user interface elements (design files) of Silverlight applications are defined in XAML files. The logic and functionality (code files) of Silverlight applications is implemented using managed code-behind files that share the same class with the XAML file.

## Answers

### Answer by Chris Anderson

The user interface elements (design files) of Silverlight applications are defined in XAML files. The logic and functionality (code files) of Silverlight applications is implemented using managed code-behind files that share the same class with the XAML file.


---

Original Source: https://www.mindstick.com/interview/1133/what-are-the-design-files-and-the-code-behind-files-in-silverlight

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
