Hi,
Does WPF provide a framework for handling documents, similar to how MFC's Document/View?
In my WPF application, I can go and just create File->New/Open/Save elements in the menu and attach them to methods, but I'm wondering if WPF provides anything to manage that in a better way.
Thanks!