I\'ve been working on a physics based game using MonoTouch for iPho开发者_如何学运维ne and XNA for Windows Phone 7. The game runs great on Windows Phone 7 but on iPhone I\'m finding there to be a bit
I have to consume some C# dll\'s under a linux host through java.Rewriting the code is currently not an option, and we can\'t expose the dll as a service because this linux server will exist in isolat
I want to start doing a cross platform project that will run on Linux and Windows. I went to mono\'s website to check things out as I heard mono allows me to run c# on Linux, but when I arrived there
I\'m getting unhandled exceptions while debugging a Mono application in Visual Studio as part of the Mono开发者_如何学编程 Tools for Visual Studio. The popup looks like:
Does mono support Code Contracts? I.e. if I build a class library, c开发者_运维问答an mono users use my assembly?
I am trying to use PKCS on mono.The only issue is that after running MoMa, the scan report showed the the following:
I hate how .NET Programs want you to download the .NET Framework to run them , so I was thinking of embedding the MONO Runtime with my program. Is there any third party software for doing it easily or
I am a budding .NET developer. I 开发者_如何学Cwanted to know to what extent does the Mono project support the .NET applications. Where can I find detailed information about what classes/functionaliti
I have MethodBases for two functions: public static int Add(params int[] parameters) { /* ... */ } public static int Add(int a, int b) { /* ... */ }
I have a Subject<T> that I\'m publishing items into via OnNext and after a while, under load, I get this exception: