d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Question About .net And Mono
Add Reply New Topic New Poll
Member
Posts: 3,383
Joined: Jun 24 2008
Gold: 90.00
Jun 16 2014 08:19pm
So I recently started developing on the .Net Framework and I found that there is Mono, another implementation of the .Net Framework that can be run on other platforms such as Linux, Android and iOS. I have a few questions that I hope someone can answer for me.
1. Obviously, a conversion to Mono from .Net will bring some compatibility issues due to lack of libraries. Has Xamarin implemented most of the "important" libraries to Mono?
2. Is Mono on Linux the same as Mono on Android? or ie, will I new to make a lot of modifications for Mono application to run on Android?
3. Will an application developed with Mono from the beginning, transfer to .NET without any difficulties?

Thanks you for taking the time to read this.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 16 2014 08:33pm
i'm pretty sure a mono app written for linux won't work for android. it still uses activities, xml views, and an android namespace. unless you have some other program i'm not familiar with that converts it. the benefit is writing C#, not keeping it the code compatible with desktops.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jun 16 2014 08:49pm
Just beware even though most of the core functionality is done with mono, you will be missing a bunch of things which are windows specific and can not be added to mono, such as invoking external library functions and such.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll