I have a ipy script that can be called either from an embedded console in a larger application or directly from the command line and I\'m looking for a quick way to determine at run time which has occ
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am using a T4 text template to generate DTO POCOs to use against my NHibernate domain model. These POCOs are to be sent to the client using ASMX web services (To be compatible with Mono) but if I d
I wrote a simple app in mono (C#) that uses NHibernate with MYSQL - and I now want to port it to SQLite.
I\'m a windows programmer with lots of experience building apps in .net, and I\'m currently trying to get my hands dirty doing some hacking on the mac.I\'m interested in using mono and specifically us
I am using NSTextView for the user to type their response. I have turned on continuous spell check and the incorrect words have a red line under them. I have a shared SpellChecker which I am using. Bu
Visual studio is very expensive to buy. This is why I was wondering what can I use for free development of ASP.NET and silverlight applications. If I use the express tools, can I develop comercial app
Basically I have 2 classes, \"Manifest\" and \"BrowserAction\", set out like this: public class BrowserAction
I\'ve got the following XML i\'m trying to deserialise with XmlSerialiser: <playlist> <id>43712</id>
Can the Open XML SDK be 开发者_JAVA百科used in Mono?Edit: It seems to be working in the meantime: https://stackoverflow.com/a/28322467/743897