Project DescriptionXamlAspNetMvc is aimed at exploring how to use Xaml with ASP.NET MVC
In this current check in,
1 - There is an XamlAsyncController that'll help you render Xaml usercontrol as an image
2 - You can also bind your usercontrol with a viewmodel/viewdata
To download the source code, goto Source Code tab and click Download
As of now, there is an experimental implementation of XamlAsyncController - That'll help you to render Xaml that is bound to the view data or view model as an image. So that, your images will be generated based on the view data/model.
Example 1:
The gauge and button you see below are basically xaml controls

Example 2:
So are these images.