I would like to create an WPF Application which retrieves XAML Code from a Database and displays the retrieved code.
Lets say the database return the following code:
This is an old question, but I want to suggest a better way without compiling in runtime.
x:Class attribute from xaml of Window node.Now you have a loose xaml and task could be done by XamlReader.