I am brand new to Mono. I have a .NET Framework 3.5 assembly and I want to know if I can use it with mono. Specifically:
Do I need to compile my .NET Project with Mono or will Mono run my .NET Assembly compiled from Visual Studio?
Are there separate MonoDroid and MonoTouch Compilers?
Does mono work with obfuscated assemblies?
How do I test my assemblies in Mono, MonoDroid, and MonoTouch? Do I actually need to buy an Android and an IPhone or are there mono emulators?