Convert Xaml code action to C #

We are using WF Code Activity. There are several XAML files that contain our business logic. We are in the process of reorganizing the entire application and the XAML actions need to be dropped.

I'm looking for some XAML parsers that could convert XAML code back to C # classes and methods.

I did extensive search on google and SO but couldn't find it. Do you know any tool out there?

+3


source to share





All Articles