How hard will it be to transfer from my existing expertise in C# to building apps for the iPad/iPhone in Objective C?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The language jump is OK. Once you get past the initial shock of
[and]. However, the libraries and Framework shock will be substantial.The Cocoa and Touch frameworks are significantly lighter when compared with .Net Framework, so at least you can look at the bright side, you have less to learn. But their underlying philosophy, layout and historic evolution path is very different from the C#/.Net framework. Whether this will be easy or hard, is difficult to appreciate. Some personal opinions:
Many of the areas covered poorly in Cocoa have various 3rd party libraries, but I can’t enter into comparison all Cocoa 3rd parties vs. .Net 3r parties, I have a life…
Overall, I would sum it up shortly as In Objective-C the entry bar is higher. Bring a brain.