Monodevelop + GTK # Design Pattern

I just create a simple cross-platform application for personal use with Mono / C #, GTK #. Are there recommended user interface templates?

Thanks Chirdeep

+4
source share
2 answers

Thanks to Ian for pointing out the right resource at http://www.salmonsalvo.net/blog/?p=93

0
source

You might also consider using Model-View-Presenter (MVP) / Presenter First. Here is an example GTK + application:

http://spin.atomicobject.com/2012/07/27/presenter-first-in-gtk-and-c-updated-for-2012/

Simply translate the concept into GTK #.

+1
source

Source: https://habr.com/ru/post/1412202/


All Articles