I have a proxy to a SOAP web service that requires a session object in the SOAP header. The web service is unable to read the session information from the header when it is in the form using a referen
I\'ve embedded mono in my application. The application is console application that supports plug-ins. Plug-ins are .NET assemblies. All work great, but i want to debug them. To enable debugging in my
I currently have to iterate through a larger amount of .xml files and I am bound to Mono (so no brand new .NET LINQ etc.).
I\'m trying to build a MonoTouch project using xbuild (on a Mac, clearly). Here\'s my xbuild project:
I might need to write some GUI application that runs on .Net (and Windows), while what I can work with is Mono (on Ubuntu and/or Gentoo). I am very familiar with Python; in addition, I understand that
I am doing research for a company as an internship. I had some question in using Mono, thecross platform implementation of .Net platform. My company designs hardware and sotware.
I have the following C# code fragment: using System; class count { public static void Main() { int [] a = {-30, 30, -20, -10, 40, 0, 10, 5};
I\'m looking for a way to开发者_如何学Python list all capture devices (audio and video) with Mono under Linux: microphones, webcam, etc... but I couldn\'t find anything. Under windows, it\'s easy doin
I\'m looking for a open开发者_如何学Go source tool to merge multiple .NET assemblies into a single assembly.Check ILRepack, which allows merge of symbol files, xml documentation, App.config and more.
I\'m looking for good suggestions on where to start with an educational applicatio开发者_Go百科n I am designing.