Convert xaml files to something readable like C# or other

Is there anything out there that can do this? I think my understanding would be enhanced if I could view workflows and source code side-by-side (not xaml). I guess I could get used to reading xaml but the syntax is different from what I am used to in C, C++, Java, php, C#.

I was exploring create something in .NET to read Xaml Workflow Files to Generate some “Documentation” over all Annotations and Comments in file. I guess you could take advantage of XML Capabilities in your preferred programming Language to Understand your XAML Files.

1 Like

I found something on Stackoverflow: wpf - convert XAML to c# - Stack Overflow

The Github repo is here: GitHub - svick/XAML-conversion: Converts XAML code into C#

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.