开发者_如何学运维I am surprised to observe that mono is faster than .NET. Does anyone know why is it so? I was expecting mono to be slower than .NET but wasnt the case atleast with my experiments.
I have the following tableviewdelegate: private class TableViewDelegate : UITableViewDelegate { private DaysViewController _dvc;
I\'m trying to get a global hotkey working in Linux using Mono.I found the signatures of XGrabKey and XUngrabKey, but I can\'t seem to get them working.Whenever I try to invoke XGrabKey, the applicati
I\'m new to Mono and just started rec开发者_StackOverflow中文版ently. Is mono program are compiled from C# to native code to be able to run on several OS?
Looking to port an ASMX web service application to run on Mono under A开发者_高级运维pache.The web services use WSE 3.0 to add MTOM capability for messages that contain binary.From my research so far,
When I call the PrivateFontCollection.AddFontFile method in Mono.net It always returns a standard font-family. This bug has already been reported on several websites, but as far as I know without a wa
I\'m trying to access the Wine implementation of some user32 functions on Kubuntu Linux. I have the Wine 1.1.31 package installed.When try running this simple test program in MonoDevelop, I get a Syst
When I start /Applications/Firefox.app/Contents/MacOS/firefox-bin on MacOSX using Process.Start() using Mono, the id of the process that gets returned does not match the process that firefox ends
I want to start using Behaviour Driven Development (BDD) in Mono/MonoDevelop using a natural language approa开发者_StackOverflowch like Cucumber or SpecFlow.
I am using Lokad shared libraries, which in turn depends on Mono.Cecil. I am a little confused what the following properties mean (they are to do with .NET internals and thus have equivalent .NET int