Migration from Go to GoXam

Hi,

Currently we have a windows application built using C# and using GoDiagram - we have made significant investiment in building this application using GoDiagram, now we want to move this application from WinForms to WPF and want to upgrade to GoXam. Can you please provide some guidance on how do we migrate from GoDiagram to GoXam?
Also it will be very good if we get some simple examples of how existing GoDigram code and we refactored and then made ready for GoXam?
Regards,
Sachin.

If you already have your application working in WinForms, then it should be easy to convert the diagram-related functionality to WPF by continuing to use GoDiagram for WinForms. WPF applications can include WinForms controls, as the WPFusingGoView sample demonstrates.

Although a lot of the concepts are similar, there is little code that can be common between GoWin and GoWPF applications. (That’s true for our implementation too.) The main reason for this is that the GoObject/GoShape/GoText/GoImage/GoGroup/GoControl classes have been replaced by System.Windows and System.Windows.Controls classes. Furthermore, you expect to be able to really use data-binding in WPF or Silverlight applications – not just for showing details within a node, but also for links and for the whole diagram.

WPF might be Microsoft’s latest window system, but Windows Forms will remain supported for a long time. The same is true for GoWPF and for GoWin, and we expect to continue improving GoWin (and GoWeb) for a long time.

Summary: if you have something working with GoWin, keep using GoWin. If you are developing a new application, use either GoWin or GoWPF (or GoSilverlight) as appropriate.