Guide for Windows Programmers Converting to Mac

I am a Windows programmer with a lot of experience working with .net applications, and now I'm trying to get my hands dirty doing some hacks on mac. I am interested in using mono and specifically using monomak to facilitate the transition, while remaining in a warm, comfortable and familiar .net environment. However, I have a very difficult time wrapping around all Mac-specific apits, libraries and tools, such as interface builder, xibs, file owner, first responder, * kit and all the alien monster mac. I have been on the same platform for too long and my brain is locked in a certain way. For anyone who has swept this way, could you recommend any books to read to speed me up? Ideally, I would like to read a detailed comparison of windows and macros, tools, and libraries to help me translate. Thank you very much in advance!

+3
source share
1 answer

I also converts Windows (from MFC / C ++, not .NET), and I highly recommend Cocoa Programming for the X OS the Mac .

0
source

All Articles