Hello,
Could some confirm which architectural model was used for the MyFinances sample please?
Is it Model-View-Presenter?
Or a bespoke pattern used by yourselves?
Many Thanks
Hello Andy,
It doesn’t use MVP or MVC. It uses a factory to wire up the view and model and used a simpler approach without using presenters.
Thanks for getting back to me.
Inspired by you initial pattern I have gone on to use aspects of your sample with a full implementation of MVP for a new application I am starting.
Thanks for putting out a decent sample.
Kind Regards
Andy