7

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?

blez
  • 4,939
  • 5
  • 50
  • 82

3 Answers3

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
1

just a couple of links to start:

Franco Rondini
  • 10,841
  • 8
  • 51
  • 77
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