The XAML SDK is an easy-to-use infrastructure with developer focused examples for most of the Telerik WPF and Silverlight controls. So far it contains the staggering 569 individual runnable projects in Silverlight and WPF and unlike our online demo framework the SDK samples have no other libraries dependencies, which means that you can copy/paste any code fragments to your project and it will simply run! You can also expect that we will keep the samples updated and also provide many new ones with each release.
The Idea - public git repository
We created a public git repository called "xaml-sdk" that contains most of the examples for our controls. Every control has a folder full of examples samples and two solutions for WPF and Silverlight. Every sample has a readme.txt file that describes it in few sentences. The code is clean, neat and straight to the problem, without any styling and beatifying code. Basically every sample is showing how to solve a common problem using "that" control.
The Benefits
You can take a full advantage of the SDK by grabbing the git repository. There are plenty of benefits for you. Let me just share a few:
How to use it
Using the XAML SDK is as easy as:
Please note that if you don't want to install the controls, you may need to manually update the references of all the samples.
The XAML SDK is a long term project and we're very committed to it. We hope you'll grab the idea and take advantage of git and all the goodies it provides.
Your feedback is very much appreciated. Please share your comments.