UI Code Level Patterns?
Posted
by DTS
on Stack Overflow
See other posts from Stack Overflow
or by DTS
Published on 2010-03-17T01:19:07Z
Indexed on
2010/03/17
1:21 UTC
Read the original article
Hit count: 333
Is there a book or some other online resource that covers common code-level UI patterns (not widgets/components per se) and idioms. I'm looking for a resource that goes into some depth on MVC, event models, delegates, etc. Something in a similar vein to the POSA series would be excellent. I'm looking for something that is as platform-agnostic as possible, but I'm not sure if that even IS possible.
© Stack Overflow or respective owner