I'm a student who is studying Business Informatics. In college, we are using Visual Studio but at home I'm a Mac user. This is where the problem starts; I installed Vmware Fusion to install Windows 7 and Visual Studio but I didn't like its performance because it was laggy even if I gave it 5 gigs ram. So I did a search about how to develop programs with C# on Mac OS C and I found Mono Develop and Xamarin Studio.
I have couple questions about this situation;
What are your suggestions? Should I go on with VMware or other ides?
If I start a project like basic calculator in Xamarin or Mono
then can I use or edit it on Windows(visual studio)?I found documentation about installing Mono .Net and its IDE but I absolutely found nothing about Xamarin. All I found about Xamarin is like "Develop Mobile Apps with C# using Xamarin Studio" and Xamarin installer wants me to install Xcode, if I'm not wrong Xcode is for objective-C right? Is there way to use Xamarin to develop C# Desktop apps or web pages?