You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cocoa-sharp-dev
In another thread I suggested the use of the Model-View-Controller
pattern to make porting from Winforms to Cocoa# easier.
Then I wondered about Cocoa APIs that are not really related to the
GUI per se, like the address book APIs.
Should a .NET program using the address book implement the actual
address book access in a/the controller class (even though it is not,
in fact, "controlling" a view) or would that break the pattern? How
should it be done?