MVC Pattern for Windows Forms
I've been working with implementing a MVC pattern for a
WinForms app that got unmanagable lately. I'm currently trying out the solution
and it seems to have something going for it.
Maybe all this is old news for the more hardcore winows programmers out
there, but I posted my sample to GotDotNet and hope to get some feedback on
it.
So, my first gotdotnet sample is published:-)
Update: I just found this paper by Michael Mahemoff at University of
Melbourne. They did a thourough case study on complex implementations of MVC
back in '99. There are a couple of new aspects for me here, so there might be an
update on the suggestion.