Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi ,

I am senior developer with 6 year exp.in vb.net,C# in Windows Desktop application development.
have all detail idea to handle all process in windows app development.

now i want to start development for desktop application for Mac OS and i am complete blank in it. so what platform and application used for develop application for Mac PC.
generally i use SQL and Oracle for windows desktop application then what database used for mac Desktop application development?

Lets say i want to develop on Accounting Management system software. then i will need complex Database structure too. so please let me know if any body have idea.

Thanks in Advance :)

Regards,
Hardik
Posted
Updated 11-Sep-15 20:25pm
v2

1 solution

What comes to the application, one choice could be to use Java. Since the code can be run on multiple platforms this would help you to have only single source code for the majority of the program regardless of the platform.

What comes to the database I can't see how this would be client specific. For example if you create an accounting system, I would believe that the database is installed on a separate database server. The operating system of the database server and the client doesn't need to be the same. For example the clients can be PC, Mac etc while the database server is Linux.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900