I'm a C# developer and I want to port my app for MacOS. I installed all that monomac needs, but I can't find tutorials and samples for it. Can someone share links?
Asked
Active
Viewed 2,161 times
3 Answers
4
You can find some samples in the MonoMac github repository: https://github.com/mono/monomac/tree/master/samples

jstedfast
- 35,744
- 5
- 97
- 110
0
if your interested using cocoa from C# take a look to this - Video Tutorial and explore the MonoMac repository on github where you can find many C# projects covering various aspects of the OSX platform and frameworks, i think this require some skill about cocoa for which there is rich documentation accompanied by numerous ObjectiveC source examples on develeper.apple.com available to free members too.

Franco Rondini
- 10,841
- 8
- 51
- 77