I\'m a .net developer and I\'m using monodroid these days. I found Task class in the mono droid. I\'m not sure how does monodroid implement it. I guess it uses thread pool in Java, am I right? I appre
I\'m in the process of writing a cross platform c# application that will run on win/linux using .ne开发者_如何学运维t/mono.
Whenever I try uploading to a device from MonoTouch, I get the following console output and error: /Developer/MonoTouch/usr/bin/mtouch -installdev=\"/Users/Chris/Documents/Monotouch Projects/UITextFi
var codeProvider = new CSharpCodeProvider(); or var co开发者_StackOverflowdeProvider = new CodeDomProvider.CreateProvider(\"C#\");
A simple controller action that is posted to which takes a model used by the view\'s form isn\'t being bound to the form fields when running under Mono 2.10.1.Under MS.NET the same code executes as ex
I\'m wondering if it\'s possible to activate multiple Mono domains and execute them in 开发者_如何学Cparallel from native code:
I have an application that uses WCF. It runs great on Mono 2.8.2 on Ubuntu and .NET 3.0 on Windows. It decorates the WCF service contract with the \'ServiceKnownType\' attribute, which points to a me
I am getting a Bad Request (Invalid host) when trying to run my C# WCF service under mono.This service is part of an application, not being hosted using a web server.
I\'m having trouble using a log4net FileAppender with mono.If I spawn the processess in the background (i.e. mono MyApp.exe &), the process suspends after a short period of time.If I run the proce
开发者_C百科I\'m developing a typical \"Windows GUI\" based app for iPhone using MONO technologies. I need to add a little AR based functionality to it. It is just about opening up the camera, and sho